diff --git a/packages/react-scripts/template/public/index.html b/packages/react-scripts/template/public/index.html
index 3622e29b4188a47768e1c3bdeb3b4ab24e8ffd6b..7f3e83f4e438a51a1efb588ec39bb1a12b5753d6 100644
--- a/packages/react-scripts/template/public/index.html
+++ b/packages/react-scripts/template/public/index.html
@@ -24,8 +24,8 @@
       You can add webfonts, meta tags, or analytics to this file.
       The build step will place the bundled scripts into the <body> tag.
 
-      To begin the development, run `npm start`.
-      To create a production bundle, use `npm run build`.
+      To begin the development, run `npm start` or `yarn start`.
+      To create a production bundle, use `npm run build` or `yarn build`.
     -->
   </body>
 </html>