From 77da927c1725d12e4b0dc709e2ce0068176f3f99 Mon Sep 17 00:00:00 2001 From: Touhid Arastu Date: Fri, 12 Jun 2015 01:41:22 +0430 Subject: [PATCH] Improve readme readability change install section position (move it up above the Example section) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 08e099f..11055a3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Created with <3 for front-end developers who need a quick back-end for prototypi * [Egghead.io free video tutorial - Creating demo APIs with json-server](https://egghead.io/lessons/nodejs-creating-demo-apis-with-json-server) * [JSONPlaceholder - Live running version](http://jsonplaceholder.typicode.com) +## Install + +```bash +$ npm install -g json-server +``` + ## Example Create a `db.json` file @@ -89,12 +95,6 @@ Returns default index file or serves `./public` directory. GET / ``` -## Install - -```bash -$ npm install -g json-server -``` - ## Extras ### Static file server