Skip to content

Commit

Permalink
Fixes in the /packages/react-devs-utils/README.md file (facebook#9471)
Browse files Browse the repository at this point in the history
  • Loading branch information
webdott authored and justinsilvestre committed Oct 30, 2020
1 parent 45e2ed5 commit 212f55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-dev-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please refer to its documentation:

## Usage in Create React App Projects

These utilities come by default with [Create React App](https://github.com/facebook/create-react-app), which includes it by default. **You don’t need to install it separately in Create React App projects.**
These utilities come by default with [Create React App](https://github.com/facebook/create-react-app). **You don’t need to install it separately in Create React App projects.**

## Usage Outside of Create React App

Expand Down Expand Up @@ -315,7 +315,7 @@ if (openBrowser('http://localhost:3000')) {

Prints hosting instructions after the project is built.

Pass your parsed `package.json` object as `appPackage`, your the URL where you plan to host the app as `publicUrl`, `output.publicPath` from your webpack configuration as `publicPath`, the `buildFolder` name, and whether to `useYarn` in instructions.
Pass your parsed `package.json` object as `appPackage`, your URL where you plan to host the app as `publicUrl`, `output.publicPath` from your webpack configuration as `publicPath`, the `buildFolder` name, and whether to `useYarn` in instructions.

```js
const appPackage = require(paths.appPackageJson);
Expand Down

0 comments on commit 212f55a

Please sign in to comment.