From d4d23b87bf58786072afc96f2d38738075fb49e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?netop=3A//=20=E3=82=A6=E3=82=A7=E3=83=83=E3=83=96?= Date: Mon, 28 Jan 2019 08:51:16 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6328821..4127966 100755 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ ## Local Installation -### Npm +### npm ```bash npm install ``` -### Alternatively Yarn +### Yarn -There is a yarn.lock file, you can thus use yarn to install a guaranteed working configuration of packages. This is generally a lot faster to install and more stable. Yarn as a cli is however not necessarily more stable than npm and as such it's optional. Install yarn here: https://yarnpkg.com/en/docs/install +There is a yarn.lock file, you can thus use yarn to install a guaranteed working configuration of packages. This is generally a lot faster to install and more stable. Yarn as a CLI is not necessarily more stable than npm and as such, it's optional. Install yarn here: https://yarnpkg.com/en/docs/install Then ```bash