Skip to content

Commit ba68656

Browse files
authored
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)`
1 parent b2f043a commit ba68656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/termux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ node -v
100100

101101
you will get node version `v16.15.0`
102102

103-
5. Now install code-server following our guide on [installing with npm][./npm.md](./npm.md)
103+
5. Now install code-server following our guide on [installing with npm](./npm.md)
104104

105105
6. Congratulation code-server is installed on your device using the following command.
106106

0 commit comments

Comments
 (0)