Skip to content

Commit 92dd7e6

Browse files
docs: update document
1 parent 359d089 commit 92dd7e6

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -187,20 +187,14 @@ local default_config = {
187187
---@see vim.log.levels
188188
---@type integer log level
189189
_log_level = vim.log.levels.WARN,
190-
---@class rest.Config.DebugInfo
191-
_debug_info = {
192-
-- NOTE: default option is `nil` to prevent overwriting as empty array
193-
---@type string[]
194-
unrecognized_configs = nil,
195-
},
196190
}
197191
```
198192
<!-- default-config:end -->
199193

200194
## Usage
201195

202-
Create a new http file or open an existing one and run the <kbd>:Rest run {name}</kbd> command, or
203-
just place the cursor over the request and simply run <kbd>:Rest run</kbd>.
196+
Create a new http file or open an existing one and run the `:Rest run {name}` command, or
197+
just place the cursor over the request and simply run `:Rest run`.
204198

205199
### HTTP file syntax
206200

@@ -321,9 +315,9 @@ Here is a preview of the component working :)
321315
## Contribute
322316

323317
1. Fork it (https://github.com/rest-nvim/rest.nvim/fork)
324-
2. Create your feature branch (<kbd>git checkout -b my-new-feature</kbd>)
325-
3. Commit your changes (<kbd>git commit -am 'feat: add some feature'</kbd>)
326-
4. Push to the branch (<kbd>git push -u origin my-new-feature</kbd>)
318+
2. Create your feature branch (`git checkout -b my-new-feature`)
319+
3. Commit your changes (`git commit -am 'feat: add some feature'`)
320+
4. Push to the branch (`git push -u origin my-new-feature`)
327321
5. Create a new Pull Request
328322

329323
> [!IMPORTANT]

0 commit comments

Comments
 (0)