From c68a5bcd76ef12b24924df50953f7dd1b55e6a15 Mon Sep 17 00:00:00 2001 From: Andrea de la Isla Date: Wed, 20 May 2015 12:51:57 +0200 Subject: [PATCH] Fixed typo in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e8b389..430fb59 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ server.use(router) // Mount router on '/' server.listen(3000) ``` -For an in-memory database, you can pass an object to `jsonServer.route()`. +For an in-memory database, you can pass an object to `jsonServer.router()`. Please note also that `jsonServer.router()` can be used in existing Express projects. ### Deployment