Merge pull request #3149 from INFERN04/master

docs: update typo on getting started page
This commit is contained in:
Torsten Dittmann
2022-04-26 15:00:19 +02:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
## Getting Started
### Init your SDK
Initialize your SDK with your Appwrite server API endpoint and project ID which can be found in your project settings page and your new API secret Key from project's API keys section.
Initialize your SDK with your Appwrite server API endpoint and project ID which can be found on your project settings page and your new API secret Key from project's API keys section.
```python
from appwrite.client import Client