From 74865ee4039dc57c8597c2543238752fa7656c4c Mon Sep 17 00:00:00 2001 From: Lily He Date: Tue, 13 Jun 2017 17:17:57 -0400 Subject: [PATCH] Rename Scripts section to Usage and move original usage section down --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8fd59b27..af032fda 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,6 @@ $ npm install pelias-schema ## Usage -You can pull down a versioned copy of the pelias schema from npm: - -```javascript -var schema = require('pelias-schema'); - -console.log( JSON.stringify( schema, null, 2 ) ); -``` - -## Scripts - #### create index ```bash @@ -72,6 +62,13 @@ The `pelias-schema` npm module can be found here: [https://npmjs.org/package/pelias-schema](https://npmjs.org/package/pelias-schema) +You can pull down a versioned copy of the pelias schema from npm: + +```javascript +var schema = require('pelias-schema'); + +console.log( JSON.stringify( schema, null, 2 ) ); +``` ## Contributing Please fork and pull request against upstream master on a feature branch.