Skip to content

Commit 676b4ee

Browse files
committed
feat(general): updates for 0.9
1 parent 103972d commit 676b4ee

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
@@ -94,7 +94,7 @@ try {
9494
```
9595

9696
### Learn more
97-
You can use followng resources to learn more and get help
97+
You can use following resources to learn more and get help
9898
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
9999
- 📜 [Appwrite Docs](https://appwrite.io/docs)
100100
- 💬 [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
@@ -11,7 +11,7 @@ client
1111
.setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key
1212
;
1313

14-
let promise = functions.create('[NAME]', [], 'java-11');
14+
let promise = functions.create('[NAME]', [], 'java-11.0');
1515

1616
promise.then(function (response) {
1717
console.log(response);

0 commit comments

Comments
 (0)