Skip to content

Commit c9bf6df

Browse files
mareckmarecktypicode
authored andcommitted
Fixed confusing URL to localhost in README (typicode#668)
1 parent f56624e commit c9bf6df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Start JSON Server
8989
$ json-server --watch db.json
9090
```
9191

92-
Now if you go to [http://localhost:3000/posts/1](), you'll get
92+
Now if you go to [http://localhost:3000/posts/1](http://localhost:3000/posts/1), you'll get
9393

9494
```json
9595
{ "id": 1, "title": "json-server", "author": "typicode" }

0 commit comments

Comments
 (0)