From 5b5e8eadfa63a9dc901575547ba1a0da554db271 Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Mon, 5 Feb 2018 21:22:21 -0800 Subject: [PATCH] Grammar fixes/standardize on `yarn`. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9b636fa8..eeb0c075 100644 --- a/README.md +++ b/README.md @@ -42,16 +42,16 @@ Features: [![https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh](https://raw.githubusercontent.com/tulios/json-viewer/master/tryitnow.png)](https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh) -### or compile and load by yourself +### Or compile and load by yourself - 1. it depends on node (version in `package.json` engines) + 1. It depends on node (version in `package.json` engines). 2. `npm install --global yarn` 2. `yarn install` - 3. `npm run build` - 4. open Chrome and go to chrome://chrome/extensions/ - 5. enable "Developer mode" - 6. click "Load unpacked extension" - 7. select "build/json_viewer" directory + 3. `yarn run build` + 4. Open Chrome and go to: chrome://extensions/ + 5. Enable: "Developer mode" + 6. Click: "Load unpacked extension" + 7. Select: "build/json_viewer" directory. ## Try it on