From 9f8b47e7179665b0093f411086bb2c52325370ed Mon Sep 17 00:00:00 2001 From: Biswarghya Biswas Date: Wed, 20 Dec 2023 12:10:59 +0530 Subject: [PATCH] docs(contributing.md): fixes typo in contributing.md (#943) --- contributing.md => CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename contributing.md => CONTRIBUTING.md (99%) diff --git a/contributing.md b/CONTRIBUTING.md similarity index 99% rename from contributing.md rename to CONTRIBUTING.md index 2fd538497..0e1d0f5b9 100644 --- a/contributing.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Repo Setup ``` -git clone https://github.com/ethereum-push-notification-service/sdk.git +git clone https://github.com/ethereum-push-notification-service/push-sdk.git cd sdk ```