Skip to content

Commit

Permalink
Merge branch '2.0.0-alpha/MOB-10131-remove-duplicate-code' into 2.0.0…
Browse files Browse the repository at this point in the history
…-alpha/MOB-9995-reorganize-source-code
  • Loading branch information
lposen authored Nov 25, 2024
2 parents 4216fa7 + b859dc4 commit 8ea2a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# 1. Sign into your Iterable account
# 2. Go to [Integrations > API Keys](https://app.iterable.com/settings/apiKeys)
# 3. Click "New API Key" in the top right corner
# 4. Fill in the followsing fields:
# 4. Fill in the following fields:
# - Name: A descriptive name for the API key
# - Type: Mobile
# - JWT authentication: Leave **unchecked** (IMPORTANT)
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To install the app dependencies, run the following command from the
_example app directory_ (the directory in which this document resides):

```bash
yarn start
yarn install
```

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

0 comments on commit 8ea2a20

Please sign in to comment.