Skip to content

Commit 7184d14

Browse files
fix: readme table layout
1 parent 091d160 commit 7184d14

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,11 @@ To run `rest.nvim` you should map the following commands:
159159

160160
### Statistics Spec
161161

162-
| Property | Type | Description |
163-
| :------- | :-------------- | :----------------------------------------------------- |
164-
| [1] | string | `--write-out` variable name, see `man curl`. Required. |
165-
| title | string | Replaces the variable name in the output if defined. |
166-
| type | string|function | Specifies type transformation for the output value.
167-
Default transformers are `time` and `byte`. Can also be a function which takes the
168-
value as a parameter and returns a string. |
162+
| Property | Type | Description |
163+
| :------- | :----------------- | :----------------------------------------------------- |
164+
| [1] | string | `--write-out` variable name, see `man curl`. Required. |
165+
| title | string | Replaces the variable name in the output if defined. |
166+
| type | string or function | Specifies type transformation for the output value. Default transformers are `time` and `byte`. Can also be a function which takes the value as a parameter and returns a string. |
169167

170168
## Usage
171169

0 commit comments

Comments
 (0)