Skip to content

Commit 914e4a4

Browse files
committed
Fixes typo on readme
1 parent 4047215 commit 914e4a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This readme/code introduces the upcoming Algolia API Client Python v2, the next
1313

1414
**Development Status**: 4 - Beta.
1515

16-
**Changelog**: Comming soon.
16+
**Changelog**: Coming soon.
1717

1818
You'd like to contribute? Before start, we want to let you know that your **feedback** is important to us! Please consider start using this `v2` today! Found a bug? Report it here: [github.com/algolia/algoliasearch-client-python/issues](https://github.com/algolia/algoliasearch-client-python/issues).
1919

@@ -67,7 +67,7 @@ from algoliasearch.search_client import SearchClient
6767
from algoliasearch.responses import MultipleResponse
6868

6969
app_id = 'ALGOLIA_APPLICATION_ID'
70-
api_key = 'ALGOLIA_ADMIN_KEY'
70+
api_key = 'ALGOLIA_ADMIN_KEY'
7171

7272
async def main():
7373
async with SearchClient.create(app_id, api_key) as client:
@@ -88,4 +88,4 @@ asyncio.run(main())
8888

8989
### License
9090

91-
Algolia API Client Python is an open-sourced software licensed under the [MIT license](LICENSE).
91+
Algolia API Client Python is an open-sourced software licensed under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)