From 5f49b659ea8e5baf823240bfc4f33e1b3ff003b8 Mon Sep 17 00:00:00 2001 From: kevinlam92 Date: Mon, 6 Jun 2022 11:22:30 -0700 Subject: [PATCH] Fix typo in readme (#348) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ee81c4..195cfd8b 100644 --- a/README.md +++ b/README.md @@ -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.