From 12ba3236431f6810406cf8c15c3b87ba0d2847e4 Mon Sep 17 00:00:00 2001 From: Shrey Bana Date: Wed, 14 Aug 2024 15:27:57 +0530 Subject: [PATCH] chore: Updated readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 778f4bc..1603f53 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Custom webview for a hyper-sdk Android webview integration. Installation ```sh -npm install --save https://github.com/ShreyBana/hyper-sdk-react-webview#945bd4a3716713762a323b60c153c477f117fb5a +npm install --save https://github.com/juspay/hyper-sdk-react-webview#945bd4a3716713762a323b60c153c477f117fb5a ``` with `yarn` ```sh -yarn add https://github.com/ShreyBana/hyper-sdk-react-webview#945bd4a3716713762a323b60c153c477f117fb5a +yarn add https://github.com/juspay/hyper-sdk-react-webview#945bd4a3716713762a323b60c153c477f117fb5a ```