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 3d1b265 commit e5f01f0Copy full SHA for e5f01f0
README.md
@@ -79,7 +79,7 @@ try {
79
```
80
81
### Learn more
82
-You can use followng resources to learn more and get help
+You can use following resources to learn more and get help
83
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
84
- 📜 [Appwrite Docs](https://appwrite.io/docs)
85
- 💬 [Discord Community](https://appwrite.io/discord)
docs/examples/functions/create.md
@@ -10,4 +10,4 @@ client
10
11
Functions functions = new Functions(client);
12
13
-HttpResponseMessage result = await functions.Create("[NAME]", [List<object>], "java-11");
+HttpResponseMessage result = await functions.Create("[NAME]", [List<object>], "java-11.0");
0 commit comments