From 7b56a52b58267ede76c26e6ab104396211c237c2 Mon Sep 17 00:00:00 2001 From: "Jonathan J. Watson" Date: Mon, 29 Oct 2018 01:11:52 -0400 Subject: [PATCH] Add new line for numbers 1., 2., and 3. (#20387) Easier reading, and better understanding through new lines and visual spacing. --- guide/english/react/installation/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/react/installation/index.md b/guide/english/react/installation/index.md index e2b23c6486..6bbeac60a9 100644 --- a/guide/english/react/installation/index.md +++ b/guide/english/react/installation/index.md @@ -30,5 +30,7 @@ to create an optimized build of your app in the `build`folder. #### Sources [1. The React tutorial on installing](https://reactjs.org/docs/installation.html) + [2. Link to the React minimal JavaScript library on cdnjs.org](https://cdnjs.com/libraries/react) + [3. npm start command](https://docs.npmjs.com/cli/start)