Skip to content

Commit 1b30835

Browse files
bowlofarugulaGordonSmith
authored andcommitted
docs: fix stale command reference in README.md
* npm run install-plugin -> npm run install-extension To reflect the actual script name in package.json
1 parent daa5e5d commit 1b30835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ To install from source, follow these steps:
9090
* Clone the repository: `git clone https://github.com/bytecodealliance/vscode-wit.git && cd vscode-wit`
9191
* Install build dependencies: `npm run setup-wasm`
9292
* Run npm commands to install:
93-
`npm ci && npm run install-plugin`
93+
`npm ci && npm run install-extension`

0 commit comments

Comments
 (0)