Skip to content

Commit 952fcb5

Browse files
committed
Improve table formatting
The current syntax works, but the tables looks better when reading the source this way. (Automatic formatting by Zed markdown extension). Signed-off-by: Nir Soffer <[email protected]>
1 parent 03a78fe commit 952fcb5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ The launchd unit file will be installed as `/Library/LaunchDaemons/homebrew.mxcl
8282

8383
Default configuration:
8484

85-
Config | Value
86-
--------|--------------------------------------------------
87-
Socket | `${HOMEBREW_PREFIX}/var/run/socket_vmnet`
88-
Stdout | `${HOMEBREW_PREFIX}/var/log/socket_vmnet/stdout`
89-
Stderr | `${HOMEBREW_PREFIX}/var/log/socket_vmnet/stderr`
90-
Gateway | 192.168.105.1
85+
| Config | Value |
86+
| ------- | ------------------------------------------------ |
87+
| Socket | `${HOMEBREW_PREFIX}/var/run/socket_vmnet` |
88+
| Stdout | `${HOMEBREW_PREFIX}/var/log/socket_vmnet/stdout` |
89+
| Stderr | `${HOMEBREW_PREFIX}/var/log/socket_vmnet/stderr` |
90+
| Gateway | 192.168.105.1 |
9191

9292
To uninstall the launchd service:
9393
```bash
@@ -129,11 +129,11 @@ The launchd unit file will be installed as
129129

130130
Default configuration:
131131

132-
Config | Value
133-
--------|------------------------------------------------
134-
Socket | `/var/run/socket_vmnet`
135-
Stdout | `/var/log/socket_vmnet.log`
136-
Gateway | 192.168.105.1
132+
| Config | Value |
133+
| ------- | --------------------------- |
134+
| Socket | `/var/run/socket_vmnet` |
135+
| Stdout | `/var/log/socket_vmnet.log` |
136+
| Gateway | 192.168.105.1 |
137137

138138
To uninstall the launchd service:
139139
```bash
@@ -185,12 +185,12 @@ The launchd unit file will be installed as `/Library/LaunchDaemons/io.github.lim
185185

186186
Default configuration:
187187

188-
Config | Value
189-
--------|--------------------------------------------------
190-
Socket | `/var/run/socket_vmnet`
191-
Stdout | `/var/log/socket_vmnet/stdout`
192-
Stderr | `/var/log/socket_vmnet/stderr`
193-
Gateway | 192.168.105.1
188+
| Config | Value |
189+
| ------- | ------------------------------ |
190+
| Socket | `/var/run/socket_vmnet` |
191+
| Stdout | `/var/log/socket_vmnet/stdout` |
192+
| Stderr | `/var/log/socket_vmnet/stderr` |
193+
| Gateway | 192.168.105.1 |
194194

195195
To uninstall the launchd service:
196196
```bash

0 commit comments

Comments
 (0)