Skip to content

Commit 8ed8f80

Browse files
Merge pull request #227 from square/mansi/update_readme
Updated doc
2 parents e2eec24 + 51685b4 commit 8ed8f80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ installing Reader SDK for iOS, see [Reader SDK iOS Setup Guide].
194194
`YOUR_SQUARE_READER_REPOSITORY_PASSWORD` with your Reader SDK credentials. **The framework will install in the current `ios` directory**.
195195
```bash
196196
ruby <(curl https://connect.squareup.com/readersdk-installer) install \
197-
--app-id YOUR_SQUARE_READER_APP_ID \
198-
--repo-password YOUR_SQUARE_READER_REPOSITORY_PASSWORD
197+
--app-id $YOUR_SQUARE_READER_APP_ID \
198+
--repo-password $YOUR_SQUARE_READER_REPOSITORY_PASSWORD
199199
```
200200
1. Add Reader SDK to your Xcode project:
201201
* Open the **General** tab for your app target in Xcode.

reader-sdk-react-native-quickstart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ problems building the sample app.
6666
[root README]for this repo:
6767
```bash
6868
ruby <(curl https://connect.squareup.com/readersdk-installer) install \
69-
--app-id YOUR_SQUARE_READER_APP_ID \
70-
--repo-password YOUR_SQUARE_READER_REPOSITORY_PASSWORD
69+
--app-id $YOUR_SQUARE_READER_APP_ID \
70+
--repo-password $YOUR_SQUARE_READER_REPOSITORY_PASSWORD
7171
```
7272
4. Run the React Native project from the `reader-sdk-react-native-quickstart`
7373
project folder:

0 commit comments

Comments
 (0)