From eb92bf231f8993bd27f16f032161379124d1331a Mon Sep 17 00:00:00 2001 From: Siddharth Sathyam Date: Wed, 3 Jul 2024 17:27:55 -0500 Subject: [PATCH] feat(library setup): updating readme --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b72333..dfe9f64 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,21 @@ npm install connectsdk-reactnative ```js -import { ConnectsdkReactnativeView } from "connectsdk-reactnative"; +import { ConnectButton } from 'connectsdk-reactnative'; // ... - - +'} + suggestedUserEmail={''} + redirectURL={' ``` - ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.