From 534c6763f4e47dc39485faaf4bb42c7896d3f7d9 Mon Sep 17 00:00:00 2001 From: Loren Posen Date: Wed, 20 Nov 2024 17:19:15 -0800 Subject: [PATCH 1/2] Fixed typo, as per PR review --- example/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/.env.example b/example/.env.example index 30d835ad6..e1efc4169 100644 --- a/example/.env.example +++ b/example/.env.example @@ -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) From 5b442a988776150434bf2d7d81e9a77eab364dea Mon Sep 17 00:00:00 2001 From: Loren Posen Date: Wed, 20 Nov 2024 17:20:17 -0800 Subject: [PATCH 2/2] Fixed typo, as per README --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 6067e1c31..93c631b4b 100644 --- a/example/README.md +++ b/example/README.md @@ -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