Skip to content

Commit 2108e83

Browse files
DanielRuftypicode
authored andcommitted
localhost tld is now used by default (typicode#745)
1 parent 517f5a8 commit 2108e83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Created with <3 for front-end developers who need a quick back-end for prototypi
99

1010
See also:
1111
* :dog: [husky - Git hooks made easy](https://github.com/typicode/husky)
12-
* :hotel: [hotel - developer tool with local .dev domain and https out of the box](https://github.com/typicode/hotel)
12+
* :hotel: [hotel - developer tool with local .localhost domain and https out of the box](https://github.com/typicode/hotel)
1313
* :atom_symbol: [react-fake-props - generate fake props for your React tests (Jest, Enzyme, ...)](https://github.com/typicode/react-fake-props)
1414
* :heartpulse: [Patreon page - if you want to support JSON Server or my other projects](https://www.patreon.com/typicode)
1515

@@ -552,10 +552,10 @@ Returns middlewares used by JSON Server.
552552
* `bodyParser` enable body-parser middleware (default: true)
553553
* `noCors` disable CORS (default: false)
554554
* `readOnly` accept only GET requests (default: false)
555-
555+
556556
__`jsonServer.router([path|object])`__
557557

558-
Returns JSON Server router.
558+
Returns JSON Server router.
559559

560560
### Deployment
561561

0 commit comments

Comments
 (0)