We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878b97c commit d4d8830Copy full SHA for d4d8830
README.md
@@ -80,7 +80,7 @@ except AppwriteException as e:
80
```
81
82
### Learn more
83
-You can use followng resources to learn more and get help
+You can use following resources to learn more and get help
84
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
85
- 📜 [Appwrite Docs](https://appwrite.io/docs)
86
- 💬 [Discord Community](https://appwrite.io/discord)
docs/examples/functions/create.md
@@ -11,4 +11,4 @@ client = Client()
11
12
functions = Functions(client)
13
14
-result = functions.create('[NAME]', [], 'java-11')
+result = functions.create('[NAME]', [], 'java-11.0')
0 commit comments