Skip to content

Commit

Permalink
fix: document renamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus-Bertell committed Nov 27, 2023
1 parent b755406 commit 6e73def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ To run `rest.nvim` you should map the following commands:
| :------- | :----------------- | :----------------------------------------------------- |
| [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. |
| type | string or function | Specifies type transformation for the output value. Default transformers are `time` and `size`. Can also be a function which takes the value as a parameter and returns a string. |

## Usage

Expand Down

0 comments on commit 6e73def

Please sign in to comment.