Skip to content

Commit 290c09a

Browse files
committed
feat(general): updates for 0.9
1 parent 9ef8698 commit 290c09a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€ŽGemfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22

3-
gem 'mime-types', '~> 3.1'
3+
gem 'mime-types', '~> 3.3.1'
44
gemspec

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ end
8080
```
8181

8282
### Learn more
83-
You can use followng resources to learn more and get help
83+
You can use following resources to learn more and get help
8484
- πŸš€ [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
8585
- πŸ“œ [Appwrite Docs](https://appwrite.io/docs)
8686
- πŸ’¬ [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
@@ -10,6 +10,6 @@ client
1010

1111
functions = Appwrite::Functions.new(client);
1212

13-
response = functions.create(name: '[NAME]', execute: [], runtime: 'java-11');
13+
response = functions.create(name: '[NAME]', execute: [], runtime: 'java-11.0');
1414

1515
puts response

0 commit comments

Comments
Β (0)