Update READMEs for yarn (#8215) [skip ci]

Closes https://github.com/babel/babel/pull/8255
This commit is contained in:
Rodolfo Rodriguez
2018-07-03 08:03:18 -05:00
committed by Henry Zhu
parent 236bd9309c
commit c6a4108e57
143 changed files with 286 additions and 286 deletions

View File

@@ -54,13 +54,13 @@ See our website [${name}](${websiteLink}) for more information${
Using npm:
\`\`\`sh
npm install --save ${name}
npm install --save-dev ${name}
\`\`\`
or using yarn:
\`\`\`sh
yarn add --save ${name}
yarn add ${name} --dev
\`\`\`
`;