Skip to content

Commit

Permalink
Fix revert
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Nov 6, 2024
1 parent 416a7d2 commit 6e6db63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
* **description** -> Description of Appwrite SDK
* **namespace** -> SDK Namespace
* **version** -> SDK Version
* **endpoint** -> Default Endpoint (example: "https://appwrite.io/v1")
* **host** -> Default Host (example: "appwrite.io")
* **endpoint** -> Default Endpoint (example: "https://cloud.appwrite.io/v1")
* **host** -> Default Host (example: "cloud.appwrite.io")
* **basePath** -> Default Path to API (example: "/v1")
* **licenseName** -> Name of license for SDK
* **licenseURL** -> URL to SDK license
Expand Down

0 comments on commit 6e6db63

Please sign in to comment.