Skip to content

Commit 17750ce

Browse files
committed
feat(general): updates for 0.9
1 parent 152d77d commit 17750ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ try {
7979
```
8080

8181
### Learn more
82-
You can use followng resources to learn more and get help
82+
You can use following resources to learn more and get help
8383
- πŸš€ [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
8484
- πŸ“œ [Appwrite Docs](https://appwrite.io/docs)
8585
- πŸ’¬ [Discord Community](https://appwrite.io/discord)

β€Ždocs/examples/functions/create.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ $client
1313

1414
$functions = new Functions($client);
1515

16-
$result = $functions->create('[NAME]', [], 'java-11');
16+
$result = $functions->create('[NAME]', [], 'java-11.0');

0 commit comments

Comments
Β (0)