diff --git a/README.md b/README.md index 141cf7a..e5d3d4f 100644 --- a/README.md +++ b/README.md @@ -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