Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit d41d2ba

Browse files
committed
Update package name.
1 parent 2f4425d commit d41d2ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
To install the client, use pip:
2323

2424
```python
25-
python -m pip install elastic_app_search
25+
python -m pip install elastic-app-search
2626
```
2727

2828
You can also download the project source and run::

elastic_app_search/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__title__ = 'elastic_app_search'
1+
__title__ = 'elastic-app-search'
22
__description__ = 'An API client for Elastic App Search'
33
__url__ = 'https://github.com/elastic/app-search-python'
44
__version__ = '0.6.0'

0 commit comments

Comments
 (0)