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 103972d commit 676b4eeCopy full SHA for 676b4ee
README.md
@@ -94,7 +94,7 @@ try {
94
```
95
96
### Learn more
97
-You can use followng resources to learn more and get help
+You can use following resources to learn more and get help
98
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
99
- 📜 [Appwrite Docs](https://appwrite.io/docs)
100
- 💬 [Discord Community](https://appwrite.io/discord)
docs/examples/functions/create.md
@@ -11,7 +11,7 @@ client
11
.setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key
12
;
13
14
-let promise = functions.create('[NAME]', [], 'java-11');
+let promise = functions.create('[NAME]', [], 'java-11.0');
15
16
promise.then(function (response) {
17
console.log(response);
0 commit comments