diff --git a/README.md b/README.md index b2b05d1..5261898 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ With an example ElasticSearch client 'localhost:9200', search across the index 'test_index' using an example query `{'match_all': {}}` to get all documents. ```python -from towhee.dc2 import pipe, ops, DataCollection +from towhee import pipe, ops, DataCollection query = {'match_all': {}}