From ab90e7fb43688df196518298241bcc437b71401b Mon Sep 17 00:00:00 2001 From: Dan Abramov <dan.abramov@gmail.com> Date: Fri, 22 Jul 2016 19:11:09 +0100 Subject: [PATCH] Add explicit <br>s --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13cb297e3..2156f661b 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Your app is ready to be deployed! ## How Do I?... -The generated project will include a guide in its README. +The generated project will include a guide in its README.<br> You can also read its latest version [here](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md). ## Philosophy @@ -180,5 +180,5 @@ If you don’t agree with the choices made in this project, you might want to ex * [sagui](https://github.com/saguijs/sagui) * [roc](https://github.com/rocjs/roc) -You can also use module bundlers like [webpack](http://webpack.github.io) and [Browserify](http://browserify.org/) directly. +You can also use module bundlers like [webpack](http://webpack.github.io) and [Browserify](http://browserify.org/) directly.<br> React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic. -- GitLab