Skip to content

Commit be64357

Browse files
committed
chore: correct README
1 parent 6da0a05 commit be64357

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Full, working configuration can be found [here](./docs/neovim-config/init.lua).
9494
You can play with it and adjust to your needs.
9595

9696
```bash
97-
nvim --clean -u ./neovim-config/init.lua service.yaml
97+
nvim --clean -u ./docs/neovim-config/init.lua service.yaml
9898
```
9999

100100
## Features
@@ -121,9 +121,9 @@ Server supports the following LSP features:
121121
<img src="./docs/assets/hover-documentation-property.gif" alt="Example Image" width="800" />
122122
- [x] Nobl9 resource documentation
123123
<img src="./docs/assets/hover-documentation-references.gif" alt="Example Image" width="800" />
124-
- [x] Snippets
125-
<img src="./docs/assets/code-actions.gif" alt="Example Image" width="800" />
126124
- [x] Code Actions
125+
<img src="./docs/assets/code-actions.gif" alt="Example Image" width="800" />
126+
- [x] Snippets
127127
<img src="./docs/assets/snippets.gif" alt="Example Image" width="800" />
128128

129129
## How it works
@@ -179,7 +179,7 @@ nobl9-language-server --logFilePath=/path/to/my-log-file.txt
179179
# Remember to quote them if they include glob patterns!
180180
# If this option is provided, the server will only work with the files matching these patterns.
181181
# Env: NOBL9_LANGUAGE_SERVER_FILE_PATTERNS
182-
nobl9-language-serve --filePatterns='foo,bar/*,baz/**/*.yml'
182+
nobl9-language-server --filePatterns='foo,bar/*,baz/**/*.yml'
183183

184184
# Display version information.
185185
nobl9-language-server version
@@ -234,7 +234,6 @@ Example:
234234
```bash
235235
export NOBL9_LANGUAGE_SERVER_CLIENT_ID=<your-client-id>
236236
export NOBL9_LANGUAGE_SERVER_CLIENT_SECRET=<your-client-secret>
237-
nobl9-language-server
238237
```
239238

240239
## Development

0 commit comments

Comments
 (0)