Skip to content

Commit 7465a51

Browse files
Use br in react-scripts template README md
1 parent 52c0cc2 commit 7465a51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/react-scripts/template/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm
175175

176176
## Supported Language Features and Polyfills
177177

178-
This project supports a superset of the latest JavaScript standard.
178+
This project supports a superset of the latest JavaScript standard.<br>
179179
In addition to [ES6](https://github.com/lukehoban/es6features) syntax features, it also supports:
180180

181181
* [Exponentiation Operator](https://github.com/rwaldron/exponentiation-operator) (ES2016).
@@ -402,7 +402,7 @@ Then in `package.json`, add the following lines to `scripts`:
402402
"test": "react-scripts test --env=jsdom",
403403
```
404404

405-
>Note: To use a different preprocessor, replace `build-css` and `watch-css` commands according to your preprocessor’s documentation.
405+
>Note: To use a different preprocessor, replace `build-css` and `watch-css` commands according to your preprocessor’s documentation.
406406
407407
Now you can rename `src/App.css` to `src/App.scss` and run `npm run watch-css`. The watcher will find every Sass file in `src` subdirectories, and create a corresponding CSS file next to it, in our case overwriting `src/App.css`. Since `src/App.js` still imports `src/App.css`, the styles become a part of your application. You can now edit `src/App.scss`, and `src/App.css` will be regenerated.
408408

@@ -1355,10 +1355,10 @@ You can find instructions in [Deploying React with Zero Configuration](https://b
13551355
13561356
Sometimes `npm run build` works locally but fails during deploy via Heroku with an error like this:
13571357
1358-
```
1358+
```
13591359
remote: Failed to create a production build. Reason:
13601360
remote: Module not found: Error: Cannot resolve 'file' or 'directory'
1361-
MyDirectory in /tmp/build_1234/src
1361+
MyDirectory in /tmp/build_1234/src
13621362
```
13631363
13641364
This means you need to ensure that the lettercase of the file or directory you `import` matches the one you see on your filesystem or on GitHub.

0 commit comments

Comments
 (0)