mirror of
https://github.com/coder/code-server.git
synced 2024-11-22 19:23:16 +03:00
fix potential typo for "installing with npm" (#5630)
the link for installing with NPM on line 103 was written as [installing with npm][./npm.md](./npm.md) `[installing with npm][./npm.md](./npm.md)` I fixed it to look like [installing with npm](./npm.md) `[installing with npm](./npm.md)`
This commit is contained in:
parent
b2f043ab41
commit
ba68656353
@ -100,7 +100,7 @@ node -v
|
||||
|
||||
you will get node version `v16.15.0`
|
||||
|
||||
5. Now install code-server following our guide on [installing with npm][./npm.md](./npm.md)
|
||||
5. Now install code-server following our guide on [installing with npm](./npm.md)
|
||||
|
||||
6. Congratulation code-server is installed on your device using the following command.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user