Browse Source

Update Node.js versions in README

pull/1115/head
Julian Simioni 7 years ago
parent
commit
f8771ca6f8
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 4
      README.md

4
README.md

@ -17,7 +17,7 @@ Full documentation for the Pelias API lives in the [pelias/documentation](https:
## Install Dependencies
Note: Pelias requires Node.js v4 or newer
Note: Pelias requires Node.js v6 or newer
```bash
npm install
@ -127,7 +127,7 @@ $ curl localhost:9200/pelias/_count?pretty
### Continuous Integration
Travis tests every release against Node.js versions `4` and `6`.
Travis tests every release against all supported Node.js versions.
[![Build Status](https://travis-ci.org/pelias/api.png?branch=master)](https://travis-ci.org/pelias/api)

Loading…
Cancel
Save