Skip to content

Commit 2eb2495

Browse files
lcmartinezdevanp
authored andcommitted
Remove -- (expo#582)
1 parent ebb7c1b commit 2eb2495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react-native-scripts/template/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Open it in the [Expo app](https://expo.io) on your phone to view it. It will rel
4848
Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the `--reset-cache` flag to the start script:
4949

5050
```
51-
npm start -- --reset-cache
51+
npm start --reset-cache
5252
# or
53-
yarn start -- --reset-cache
53+
yarn start --reset-cache
5454
```
5555

5656
#### `npm test`

0 commit comments

Comments
 (0)