Skip to content

Commit 6d8fee4

Browse files
kantbencodezen
andauthored
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 <[email protected]>
1 parent 0f8c4e8 commit 6d8fee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ To enable this feature, follow [this guide](./docs/open-in-editor.md).
2424

2525
### Manual Installation
2626

27-
This is only necessary when you want to build the extension yourself from source to get not-yet-released features.
27+
This is only necessary when you want to build the extension with the source repo to get not-yet-released features.
2828

2929
**Make sure you are using Node 6+ and NPM 3+**
3030

3131
1. Clone this repo
3232
2. `cd vue-devtools` the newly created folder
3333
2. run `yarn install`
3434
3. then run `yarn run build`
35-
4. Open the Chrome extension page (currently under Menu > More Tools > Extensions)
35+
4. Open the Chrome extension page (currently under `Menu` > `More Tools` > `Extensions`)
3636
5. Check "developer mode" on the top-right corner
3737
6. Click the "load unpacked" button on the left, and choose the folder: `vue-devtools/packages/shell-chrome/`
3838
7. Alternatively to step 3, you can also use `yarn dev:chrome` to build & watch the unpacked extension

0 commit comments

Comments
 (0)