Skip to content

Commit 8dc6e8a

Browse files
RodrigoHahnrandycoulman
authored andcommitted
Change "OS X" references to "macOS" (facebook#1511)
Updated README.md to refer to the current rebranding.
1 parent 5c04e23 commit 8dc6e8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/react-scripts/template/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ set REACT_APP_SECRET_CODE=abcdef&&npm start
578578

579579
(Note: the lack of whitespace is intentional.)
580580

581-
#### Linux, OS X (Bash)
581+
#### Linux, macOS (Bash)
582582

583583
```bash
584584
REACT_APP_SECRET_CODE=abcdef npm start
@@ -684,7 +684,7 @@ set HTTPS=true&&npm start
684684

685685
(Note: the lack of whitespace is intentional.)
686686

687-
#### Linux, OS X (Bash)
687+
#### Linux, macOS (Bash)
688688

689689
```bash
690690
HTTPS=true npm start
@@ -912,7 +912,7 @@ set CI=true&&npm run build
912912

913913
(Note: the lack of whitespace is intentional.)
914914

915-
##### Linux, OS X (Bash)
915+
##### Linux, macOS (Bash)
916916

917917
```bash
918918
CI=true npm test
@@ -1285,7 +1285,7 @@ If this doesn’t happen, try one of the following workarounds:
12851285
* If the watcher doesn’t see a file called `index.js` and you’re referencing it by the folder name, you [need to restart the watcher](https://github.com/facebookincubator/create-react-app/issues/1164) due to a Webpack bug.
12861286
* Some editors like Vim and IntelliJ have a “safe write” feature that currently breaks the watcher. You will need to disable it. Follow the instructions in [“Working with editors supporting safe write”](https://webpack.github.io/docs/webpack-dev-server.html#working-with-editors-ides-supporting-safe-write).
12871287
* If your project path contains parentheses, try moving the project to a path without them. This is caused by a [Webpack watcher bug](https://github.com/webpack/watchpack/issues/42).
1288-
* On Linux and OS X, you might need to [tweak system settings](https://webpack.github.io/docs/troubleshooting.html#not-enough-watchers) to allow more watchers.
1288+
* On Linux and macOS, you might need to [tweak system settings](https://webpack.github.io/docs/troubleshooting.html#not-enough-watchers) to allow more watchers.
12891289
12901290
If none of these solutions help please leave a comment [in this thread](https://github.com/facebookincubator/create-react-app/issues/659).
12911291

0 commit comments

Comments
 (0)