Skip to content

Commit c9598f5

Browse files
Merge branch 'feat-add-interfaces-contributing' of https://github.com/PineappleIOnic/sdk-generator into feat-add-interfaces-contributing
2 parents a1e162d + 379a37b commit c9598f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
229229
* **path** -> Path to API without a basePath
230230
* **fullPath** -> Path to API with basePath
231231
* **name** -> Name of API Method
232-
* **packaging** -> Used in the CLI to specify it to create code.tar.gz for the Create Tag Route
232+
* **packaging** -> A flag to indicate if the files at a path need to be packaged as a tarfile
233233
* **title** -> Title of API Method
234234
* **description** -> Description of API Method
235235
* **security** ->
@@ -287,4 +287,4 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
287287
* **examples** -> Stores the raw markdown used to generate examples for your SDK. A example can be found [here](https://github.com/appwrite/sdk-for-flutter/tree/master/example)
288288
* **twitterHandle** -> Twitter handle of creator
289289
* **discordChannel** -> Discord Channel ID for SDK
290-
* **discordUrl** -> Discord Server Invite for SDK
290+
* **discordUrl** -> Discord Server Invite for SDK

0 commit comments

Comments
 (0)