Skip to content

Commit a81744d

Browse files
fix: minor readme tweaks
1 parent 7ffddef commit a81744d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Manage your node projects from user interface
44
[![Downloads](https://img.shields.io/npm/dm/nopalm.svg)](https://npmjs.com/nopalm)
5-
[![Install size](https://packagephobia.now.sh/badge?p=nopalm)](https://packagephobia.now.sh/result?nopalm)
5+
[![Install size](https://packagephobia.com/badge?p=nopalm)](https://packagephobia.com/result?p=nopalm)
66

77
## RATIONALE
88

@@ -17,12 +17,13 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
1717

1818
## USAGE
1919

20-
* Install the npm package globally and run the local server inside any node project directory / empty directory
20+
* Install the npm package globally and run the it inside any node project directory / empty directory
2121
```shell
2222
npm i -g nopalm
23-
cd /path/to/target_dir && nopalm
23+
cd /path/to/target_dir
24+
nopalm
2425
```
25-
* Alternatively, use npx to save the trouble of installing as well. In an empty or node project directory, run
26+
* Alternatively, use npx. In an empty or node project directory, run
2627
```shell
2728
npx nopalm
2829
```
@@ -46,7 +47,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
4647
* Run the react client
4748
```shell
4849
cd client
49-
npm run dev'
50+
npm run dev
5051
* Run the server in an existing node project directly without a script
5152
```shell
5253
cd /path/to/target_node_project

0 commit comments

Comments
 (0)