From f8771ca6f85a70a00ef10425eed25f7480261efb Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 5 Apr 2018 12:11:28 -0400 Subject: [PATCH] Update Node.js versions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 788f7520..1b03664a 100644 --- a/README.md +++ b/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)