From 514c2ad23c522280c53494d4cd4170f67833e9f2 Mon Sep 17 00:00:00 2001 From: Shachar Udi Date: Mon, 24 Jun 2024 12:39:04 -0400 Subject: [PATCH] MOB-1000 #comment improved documentation --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b33aa25..adaffef 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ Enhance your native iOS and Android applications with Transmit Identity Orchestr ## Installation ```sh +// using `npm`: npm install react-native-ts-identity-orchestration -``` -Or using Yarn: -```sh +// or using `yarn`: yarn add react-native-ts-identity-orchestration ``` #### For iOS run: @@ -19,7 +18,7 @@ pod install ## Native Project Configuration #### iOS 1. Open your project's `.xcworkspace` found under `YOUR_PROJECT_PATH/iOS` in Xcode. -2. Create a plist file named TransmitSecurity.plist in your Application with the following content. CLIENT_ID is your client ID (obtained in Step 1). +2. Create a plist file named TransmitSecurity.plist in your Application with the following content. CLIENT_ID is configured in your Transmit server. Make sure the file is linked to your target. ```xml