From c70bdf0d7775381791971b9de4f2f53d455492e2 Mon Sep 17 00:00:00 2001 From: soo Date: Tue, 24 Jan 2017 04:47:40 +0900 Subject: [PATCH] replace two space syntax with
tag (#1393) for consistency :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c387f6cf53..ed755a20287 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ You will see the build errors and lint warnings in the console. ### `npm test` -Runs the test watcher in an interactive mode. +Runs the test watcher in an interactive mode.
By default, runs tests related to files changes since the last commit. [Read more about testing.](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#running-tests) @@ -205,7 +205,7 @@ We are grateful to the authors of existing related projects for their ideas and ## Alternatives -If you don’t agree with the choices made in this project, you might want to explore alternatives with different tradeoffs. +If you don’t agree with the choices made in this project, you might want to explore alternatives with different tradeoffs.
Some of the more popular and actively maintained ones are: * [insin/nwb](https://github.com/insin/nwb)