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 152d77d commit 17750ceCopy full SHA for 17750ce
β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β
@@ -13,4 +13,4 @@ $client
13
14
$functions = new Functions($client);
15
16
-$result = $functions->create('[NAME]', [], 'java-11');
+$result = $functions->create('[NAME]', [], 'java-11.0');
0 commit comments