From 5e8fd25dec4399964dab09de673e5c74ad692abb Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 15 May 2026 13:04:18 +0200 Subject: [PATCH] style(readme): align markdown tables --- readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index e87e69e..d1b9d03 100644 --- a/readme.md +++ b/readme.md @@ -4,16 +4,16 @@ Install and configure an NFS server with customizable exports. ## Variables -| Variable | Required | Default | Description | -|----------|----------|---------|-------------| -| `shares` | Yes | `[]` | List of NFS shares to export | -| `shares[].name` | Yes | - | Description of the share | -| `shares[].path` | Yes | - | Directory path to export | -| `shares[].client_ip` | Yes | - | Client IP address or network | -| `shares[].client_options` | Yes | - | NFS export options | -| `shares[].owner` | No | `root` | Directory owner | -| `shares[].group` | No | `root` | Directory group | -| `shares[].mode` | No | `0770` | Directory permissions | +| Variable | Required | Default | Description | +| ------------------------- | ---------- | --------- | ---------------------------- | +| `shares` | Yes | `[]` | List of NFS shares to export | +| `shares[].name` | Yes | - | Description of the share | +| `shares[].path` | Yes | - | Directory path to export | +| `shares[].client_ip` | Yes | - | Client IP address or network | +| `shares[].client_options` | Yes | - | NFS export options | +| `shares[].owner` | No | `root` | Directory owner | +| `shares[].group` | No | `root` | Directory group | +| `shares[].mode` | No | `0770` | Directory permissions | ## Example