Skip to content

Commit 6e73def

Browse files
fix: document renamed variable
1 parent b755406 commit 6e73def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ To run `rest.nvim` you should map the following commands:
163163
| :------- | :----------------- | :----------------------------------------------------- |
164164
| [1] | string | `--write-out` variable name, see `man curl`. Required. |
165165
| 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. |
166+
| 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. |
167167

168168
## Usage
169169

0 commit comments

Comments
 (0)