Skip to content

Commit 693124c

Browse files
authored
Style tweaks
1 parent a84bffc commit 693124c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ npm install -g create-react-app
2525

2626
**If you’re getting started** with React, use `create-react-app` to automate the build of your app. There is no configuration file, and `react-scripts` is the only extra build dependency in your `package.json`. Your environment will have everything you need to build a modern React app:
2727

28-
* React, JSX, and ES6 support
29-
* Language extras beyond ES6 like the object spread operator
30-
* A dev server that lints for common errors
31-
* Import css and image files directly from JavaScript
32-
* Autoprefixed CSS, so you don't need `-webkit` or other prefixes
33-
* A `build` script to bundle js, css, and images for production, with sourcemaps
28+
* React, JSX, and ES6 support.
29+
* Language extras beyond ES6 like the object spread operator.
30+
* A dev server that lints for common errors.
31+
* Import CSS and image files directly from JavaScript.
32+
* Autoprefixed CSS, so you dont need `-webkit` or other prefixes.
33+
* A `build` script to bundle JS, CSS, and images for production, with sourcemaps.
3434

3535
**The feature set is intentionally limited**. It doesn’t support advanced features such as server rendering or CSS modules. Currently, it doesn’t support testing either. The tool is also **non-configurable** because it is hard to provide a cohesive experience and easy updates across a set of tools when the user can tweak anything.
3636

0 commit comments

Comments
 (0)