Skip to content

Commit

Permalink
Fix typo in readme (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlam92 authored Jun 6, 2022
1 parent 1bea2c0 commit 5f49b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The React Native SDK includes an open-source example app, which you can use to f

To build the example app from source, you'll need to:

1. Run `yarn boostrap` from the root directory to build the SDK.
1. Run `yarn bootstrap` from the root directory to build the SDK.
2. Navigate to our [example backend](https://github.com/stripe/example-terminal-backend) and click the button to deploy it on Heroku.
3. Navigate to the `example-app` folder and run `yarn install` to install all example app dependencies.
4. Copy `.env.example` to `.env`, and set the URL of the Heroku app you just deployed.
Expand Down

0 comments on commit 5f49b65

Please sign in to comment.