Skip to content

Commit

Permalink
docs: fix typo in production command
Browse files Browse the repository at this point in the history
* docs: fix typo in docs for prod command (no-minify becomes minify)

* docs: remove typo in development

---------

Co-authored-by: Cedric van Putten <[email protected]>
  • Loading branch information
WillSmithTE and byCedric authored Jul 15, 2024
1 parent fbf6798 commit fc8807c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ EXPO_UNSTABLE_ATLAS=true npx expo start
```

> [!TIP]
> Expo start runs in development mode by default. If you want to see a production bundle of your app, you can start the local dev server in production mode: `$ expo start --no-dev --no-minify`.
> Expo start runs in development mode by default. If you want to see a production bundle of your app, you can start the local dev server in production mode: `$ expo start --no-dev`.
### Using `$ expo export`

Expand Down

0 comments on commit fc8807c

Please sign in to comment.