1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00

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
commit 9481fed75a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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