Skip to content

Commit

Permalink
fix: readme table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus-Bertell committed Nov 25, 2023
1 parent 091d160 commit 7184d14
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,11 @@ To run `rest.nvim` you should map the following commands:

### Statistics Spec

| Property | Type | Description |
| :------- | :-------------- | :----------------------------------------------------- |
| [1] | string | `--write-out` variable name, see `man curl`. Required. |
| title | string | Replaces the variable name in the output if defined. |
| type | string|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. |
| Property | Type | Description |
| :------- | :----------------- | :----------------------------------------------------- |
| [1] | string | `--write-out` variable name, see `man curl`. Required. |
| title | string | Replaces the variable name in the output if defined. |
| 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. |

## Usage

Expand Down

0 comments on commit 7184d14

Please sign in to comment.