From 2108e830ef563e3e93b388dae40f27f671d8dc4b Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Wed, 11 Apr 2018 23:42:05 +0200 Subject: [PATCH] localhost tld is now used by default (#745) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ccc240..3c91745 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Created with <3 for front-end developers who need a quick back-end for prototypi See also: * :dog: [husky - Git hooks made easy](https://github.com/typicode/husky) -* :hotel: [hotel - developer tool with local .dev domain and https out of the box](https://github.com/typicode/hotel) +* :hotel: [hotel - developer tool with local .localhost domain and https out of the box](https://github.com/typicode/hotel) * :atom_symbol: [react-fake-props - generate fake props for your React tests (Jest, Enzyme, ...)](https://github.com/typicode/react-fake-props) * :heartpulse: [Patreon page - if you want to support JSON Server or my other projects](https://www.patreon.com/typicode) @@ -552,10 +552,10 @@ Returns middlewares used by JSON Server. * `bodyParser` enable body-parser middleware (default: true) * `noCors` disable CORS (default: false) * `readOnly` accept only GET requests (default: false) - + __`jsonServer.router([path|object])`__ -Returns JSON Server router. +Returns JSON Server router. ### Deployment