Skip to content

Commit ff7206d

Browse files
committed
Remove hardcoded Appwrite
1 parent a3490b2 commit ff7206d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/ruby/docs/example.md.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
require 'appwrite'
1+
require '{{ spec.title }}'
22

3-
include Appwrite
3+
include {{ spec.title | caseUcfirst }}
44

55
client = Client.new
66
.set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint

0 commit comments

Comments
 (0)