Skip to content

Commit d6efa14

Browse files
author
Tkc
authored
Update README.md
1 parent 36f2f21 commit d6efa14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ simulate an http server and return the specified json according to a custom rout
2727
## Install
2828

2929
```bash
30-
go install github.com/tkc/go-json-server
30+
$ go install github.com/tkc/go-json-server
3131
```
3232

3333
## Serve Mock Server
3434
```bash
35-
go-json-server
35+
$ go-json-server
3636
```
3737

3838
See example

0 commit comments

Comments
 (0)