Skip to content

Commit

Permalink
Suggest Yarn in HTML template (facebook#1911)
Browse files Browse the repository at this point in the history
* Fix npm to yarn

* yarn & npm

* Update index.html

* Switch ordering of suggestion

We should suggest NPM first for new users.
  • Loading branch information
tmos authored and Timer committed Apr 5, 2017
1 parent 9809302 commit e6408e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/public/index.html
Expand Up @@ -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>

0 comments on commit e6408e8

Please sign in to comment.