From 83cafce7d8f7f0bc01c2ef4b6c825f235424311b Mon Sep 17 00:00:00 2001 From: Harpal Jadeja Date: Sun, 17 Dec 2023 12:08:53 +0530 Subject: [PATCH] fix: sdk installation command The command in the readme doesn't work so I replaced it with the one that works! I am building a project for the hackathon. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 222fe9f..7d806bf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Welcome to the allo-v2-sdk, a powerful software development kit designed to simp To install the allo-v2-sdk, use the following steps: ```bash -npm install @allo-team/v2-core +npm i @allo-team/allo-v2-sdk ``` ## Profile Management @@ -43,4 +43,4 @@ The SDK seamlessly accommodates all chains where Allo-v2 is deployed, with the n ## Contribution Guidelines -We welcome contributions to the allo-v2-sdk. If you'd like to contribute, please submit a pull request. \ No newline at end of file +We welcome contributions to the allo-v2-sdk. If you'd like to contribute, please submit a pull request.