Skip to content

Commit 43bf1c9

Browse files
faizanazim11d-biehl
authored andcommitted
Fix language-server installation command in CLI docs
Signed-off-by: Faizan Azim <faizanazim11@gmail.com>
1 parent e642d5b commit 43bf1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03_reference/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pip install robotcode[runner]
4949
pip install robotcode[analyze]
5050
pip install robotcode[debugger]
5151
pip install robotcode[repl]
52-
pip install robotcode[language-server]
52+
pip install robotcode[languageserver]
5353
```
5454

5555
To install all packages, including optional dependencies, use:

0 commit comments

Comments
 (0)