From 7ccd0d78dca1f66a30db3fa8405ec37810481b40 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Tue, 17 Mar 2015 14:43:13 -0700 Subject: [PATCH] remove note about node compatibility from the readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 19f75dac2..c4bf0e8c2 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ The official low-level Elasticsearch client for Node.js and the browser. npm install elasticsearch ``` -Supported node versions include 0.8, 0.10, and now 0.11 - [![NPM Stats](https://nodei.co/npm/elasticsearch.png?downloads=true)](https://npmjs.org/package/elasticsearch) ## Use in the Browser