Skip to content

Commit

Permalink
Merge pull request #227 from pelias/update_README.md
Browse files Browse the repository at this point in the history
Rename "Scripts" section to "Usage"
  • Loading branch information
tigerlily-he authored Jun 15, 2017
2 parents 6565d7d + 74865ee commit eb994a4
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit eb994a4

Please sign in to comment.