Skip to content

Commit b859dc4

Browse files
authored
Merge branch '2.0.0-alpha/MOB-9673-new-unit-tests' into 2.0.0-alpha/MOB-10131-remove-duplicate-code
2 parents dd55bf2 + a7db7dc commit b859dc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# 1. Sign into your Iterable account
77
# 2. Go to [Integrations > API Keys](https://app.iterable.com/settings/apiKeys)
88
# 3. Click "New API Key" in the top right corner
9-
# 4. Fill in the followsing fields:
9+
# 4. Fill in the following fields:
1010
# - Name: A descriptive name for the API key
1111
# - Type: Mobile
1212
# - JWT authentication: Leave **unchecked** (IMPORTANT)

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To install the app dependencies, run the following command from the
1515
_example app directory_ (the directory in which this document resides):
1616

1717
```bash
18-
yarn start
18+
yarn install
1919
```
2020

2121
Once this is done, you will need to install the pods in the _ios_ folder in the

0 commit comments

Comments
 (0)