mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
nrm: use backticks around npm (#22998)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# nrm
|
||||
|
||||
> npm 레지스트리 관리자.
|
||||
> 다양한 npm 레지스트리 간에 쉽게 전환할 수 있도록 도와줍니다.
|
||||
> `npm` 레지스트리 관리자.
|
||||
> 다양한 `npm` 레지스트리 간에 쉽게 전환할 수 있도록 도와줍니다.
|
||||
> 더 많은 정보: <https://github.com/Pana/nrm#usage>.
|
||||
|
||||
- 모든 레지스트리 나열:
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
# nrm
|
||||
|
||||
> npm registry manager.
|
||||
> Helps to easily switch between different npm registries.
|
||||
> `npm` registry manager.
|
||||
> Helps to easily switch between different `npm` registries.
|
||||
> More information: <https://github.com/Pana/nrm#usage>.
|
||||
|
||||
- List all registries:
|
||||
|
||||
Reference in New Issue
Block a user