From 2a8614ce99c78bc516fe37976b6e49a01a03bb2e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 24 Jul 2025 07:36:34 +0000 Subject: [PATCH] chore: fix sdk name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d5bec..20fde21 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Appwrite is an open-source backend as a service server that abstract and simplif The Appwrite Swift SDK is available via Swift Package Manager. In order to use the Appwrite Swift SDK from Xcode, select File > **Add Packages** -In the dialog that appears, enter the Appwrite Swift SDK [package URL](git@github.com:appwrite/sdk-for-apple.git) in the search field. Once found, select `sdk-for-swift`. +In the dialog that appears, enter the Appwrite Swift SDK [package URL](git@github.com:appwrite/sdk-for-apple.git) in the search field. Once found, select `sdk-for-Apple`. On the right, select your version rules and ensure your desired target is selected in the **Add to Project** field.