From 6e6db63bc153067e4b50a37f980075e1ed4b23d0 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 6 Nov 2024 16:11:16 +1300 Subject: [PATCH] Fix revert --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 838ac8d5a..6991001f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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