diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c9f8cf..f2634b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,13 +34,7 @@ yarn example start To run the example app on Android: ```sh -yarn example android -``` - -To run the example app on iOS: - -```sh -yarn example ios +yarn example windows ``` To run the example app on Web: @@ -108,8 +102,8 @@ The `package.json` file contains various scripts for common tasks: - `yarn lint`: lint files with ESLint. - `yarn test`: run unit tests with Jest. - `yarn example start`: start the Metro server for the example app. -- `yarn example android`: run the example app on Android. -- `yarn example ios`: run the example app on iOS. +- `yarn example windows`: run the example app on Windows. +- `yarn example web`: run the example app on web. ### Sending a pull request