From 71e1241fdc067b10479e3c7de4e9b30e43cb1e47 Mon Sep 17 00:00:00 2001 From: Jace <39073160+TangyOhio@users.noreply.github.com> Date: Sat, 13 Oct 2018 01:46:55 -0600 Subject: [PATCH] Update index.md (#18578) Some people don't want to use Chrome, so it would be nice to tell them there are alternatives. --- client/src/pages/guide/english/react/hello-world/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/pages/guide/english/react/hello-world/index.md b/client/src/pages/guide/english/react/hello-world/index.md index 432a240f38..f36f0c7b52 100644 --- a/client/src/pages/guide/english/react/hello-world/index.md +++ b/client/src/pages/guide/english/react/hello-world/index.md @@ -21,6 +21,8 @@ npm start The command line should give you an output where you can find the application in the browser. The default should be localhost:8080. If you are only using IE or Edge on your Windows machine, I can recommend you to install Chrome as well to access the developer environment and the React Developer Tools which are available as Chrome extension. +** If you don't use Chrome, there are extensions that let you use Chrome extensions. ** + ![alt react starting page](https://cdn-images-1.medium.com/max/800/1*Qcry5pCXIy2KeNRsq3w7Bg.png) #### src/App.js