From b65ebba314b8d7e9fd1857448c569612b0686385 Mon Sep 17 00:00:00 2001 From: Anh Tu Do Date: Sun, 19 Oct 2025 19:37:52 -0500 Subject: [PATCH] docs: fix typo for ios + link of egghead --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 591e07f9f..50a61f7e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ yarn example android To run the example app on iOS: ```sh -yarn example android +yarn example ios ``` Make sure your code passes TypeScript and ESLint. Run the following to verify: @@ -84,7 +84,7 @@ The `package.json` file contains various scripts for common tasks: ### Sending a pull request -> **Working on your first pull request?** You can learn how from this _free_ series: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github). +> **Working on your first pull request?** You can learn how from this _free_ series: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github). When you're sending a pull request: