Merge pull request #28 from edsavage/master

Correct usage example in README.md
This commit is contained in:
Ed Savage 2019-11-11 10:08:41 -05:00 committed by GitHub
commit 862f58ec63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ For example, to explore data in a large elasticsearch index, simply create an el
```
>>> import eland as ed
>>> df = ed.read_es(url='http://localhost:9200', index='reviews')
>>> df = ed.read_es('http://localhost:9200', 'reviews')
>>> df.head()
reviewerId vendorId rating date