You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ yarn example android
27
27
To run the example app on iOS:
28
28
29
29
```sh
30
-
yarn example android
30
+
yarn example ios
31
31
```
32
32
33
33
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:
84
84
85
85
### Sending a pull request
86
86
87
-
> **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).
87
+
> **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).
0 commit comments