Skip to content

Commit 5eeaf1f

Browse files
authored
Update README.md
1 parent a7b5181 commit 5eeaf1f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
Easy to use and make fake response over http/https
33

44
Just three steps as follows
5-
1. Install dependent module
5+
6+
* Install dependent module
7+
68
```shell
79
npm install
810
```
9-
2. Run build.sh script (The option for https protocal)
11+
12+
* Run build.sh script (The option for https protocal)
13+
1014
```shell
1115
sh buils.sh
1216
```
13-
3. Open your browser to test
14-
https://localhost:8001 or http://localhost:8002
17+
18+
* :+1: Open your browser to test (https://localhost:8001 or http://localhost:8002)
19+
20+
1521

1622

0 commit comments

Comments
 (0)