Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
- Updated README
- Updated get-started
  • Loading branch information
mansi-square committed Apr 22, 2024
1 parent e2eec24 commit 51685b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/get-started.md
Expand Up @@ -194,8 +194,8 @@ installing Reader SDK for iOS, see [Reader SDK iOS Setup Guide].
`YOUR_SQUARE_READER_REPOSITORY_PASSWORD` with your Reader SDK credentials. **The framework will install in the current `ios` directory**.
```bash
ruby <(curl https://connect.squareup.com/readersdk-installer) install \
--app-id YOUR_SQUARE_READER_APP_ID \
--repo-password YOUR_SQUARE_READER_REPOSITORY_PASSWORD
--app-id $YOUR_SQUARE_READER_APP_ID \
--repo-password $YOUR_SQUARE_READER_REPOSITORY_PASSWORD
```
1. Add Reader SDK to your Xcode project:
* Open the **General** tab for your app target in Xcode.
Expand Down
4 changes: 2 additions & 2 deletions reader-sdk-react-native-quickstart/README.md
Expand Up @@ -66,8 +66,8 @@ problems building the sample app.
[root README]for this repo:
```bash
ruby <(curl https://connect.squareup.com/readersdk-installer) install \
--app-id YOUR_SQUARE_READER_APP_ID \
--repo-password YOUR_SQUARE_READER_REPOSITORY_PASSWORD
--app-id $YOUR_SQUARE_READER_APP_ID \
--repo-password $YOUR_SQUARE_READER_REPOSITORY_PASSWORD
```
4. Run the React Native project from the `reader-sdk-react-native-quickstart`
project folder:
Expand Down

0 comments on commit 51685b4

Please sign in to comment.