Skip to content

Commit

Permalink
update README to always spell ZLS in uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Yewzir committed Jul 1, 2024
1 parent 43995dd commit d090a5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ zig build -Doptimize=ReleaseSafe

### Configuration Options

You can configure zls by editing your `zls.json` configuration file.
You can configure ZLS by editing your `zls.json` configuration file.
Running `zls --show-config-path` will show a path to an already existing `zls.json` or a path to the local configuration folder instead.

zls will look for a `zls.json` configuration file in multiple locations with the following priority:
ZLS will look for a `zls.json` configuration file in multiple locations with the following priority:
- In the local configuration folder of your OS (as provided by [known-folders](https://github.com/ziglibs/known-folders/blob/master/RESOURCES.md#folder-list))
- In the global configuration folder of your OS (as provided by [known-folders](https://github.com/ziglibs/known-folders/blob/master/RESOURCES.md#folder-list))

Expand Down Expand Up @@ -118,7 +118,7 @@ The following LSP features are supported:

## Using as a library

You can use zls as a library! [Check out this demo repo](https://github.com/zigtools/zls-as-lib-demo) for a good reference.
You can use ZLS as a library! [Check out this demo repo](https://github.com/zigtools/zls-as-lib-demo) for a good reference.

## Related Projects

Expand Down

0 comments on commit d090a5f

Please sign in to comment.