Skip to content

Commit b76083a

Browse files
committed
chore: cleanup diff
1 parent 7451861 commit b76083a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ function getSSLPage($url) {
3737
}
3838

3939
// Leave the platform you want uncommented
40-
// $platform = 'client';
41-
$platform = 'console';
42-
// $platform = 'server';
40+
// $platform = 'client';
41+
// $platform = 'console';
42+
$platform = 'server';
4343

4444
$spec = getSSLPage("https://raw.githubusercontent.com/appwrite/appwrite/1.5.x/app/config/specs/swagger2-latest-{$platform}.json");
4545

@@ -127,7 +127,7 @@ function getSSLPage($url) {
127127
$sdk = new SDK(new Node(), new Swagger2($spec));
128128

129129
$sdk
130-
->setName('NAME')
130+
->setName('luke-node-appwrite-enums')
131131
->setDescription('Repo description goes here')
132132
->setShortDescription('Repo short description goes here')
133133
->setURL('https://example.com')

0 commit comments

Comments
 (0)