From 0f8c4e8838700404a8b90898152c5f3d61b8ddee Mon Sep 17 00:00:00 2001 From: opowell Date: Wed, 19 Aug 2020 17:34:24 +0200 Subject: [PATCH 1/2] docs: fix typo in README.md (#1242) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67aba0e80..07ca6e27b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This is only necessary when you want to build the extension yourself from source 4. Open the Chrome extension page (currently under Menu > More Tools > Extensions) 5. Check "developer mode" on the top-right corner 6. Click the "load unpacked" button on the left, and choose the folder: `vue-devtools/packages/shell-chrome/` -7. Alternatilvely to step 3, you can also use `yarn dev:chrome` to build & watch the unpacked extension +7. Alternatively to step 3, you can also use `yarn dev:chrome` to build & watch the unpacked extension ### Development From 6d8fee4d058716fe72825c9ae22cf831ef8f5172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Wed, 19 Aug 2020 12:36:22 -0300 Subject: [PATCH 2/2] docs: fixed typo and enhance readability in README (#1162) * Fixed typo on line 38 * semantic proposal on line 27 * plus minor formatting proposals * docs: improve phrasing Co-authored-by: Ben Hong --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07ca6e27b..34f949660 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To enable this feature, follow [this guide](./docs/open-in-editor.md). ### Manual Installation -This is only necessary when you want to build the extension yourself from source to get not-yet-released features. +This is only necessary when you want to build the extension with the source repo to get not-yet-released features. **Make sure you are using Node 6+ and NPM 3+** @@ -32,7 +32,7 @@ This is only necessary when you want to build the extension yourself from source 2. `cd vue-devtools` the newly created folder 2. run `yarn install` 3. then run `yarn run build` -4. Open the Chrome extension page (currently under Menu > More Tools > Extensions) +4. Open the Chrome extension page (currently under `Menu` > `More Tools` > `Extensions`) 5. Check "developer mode" on the top-right corner 6. Click the "load unpacked" button on the left, and choose the folder: `vue-devtools/packages/shell-chrome/` 7. Alternatively to step 3, you can also use `yarn dev:chrome` to build & watch the unpacked extension