docs: remove extra $ from npm install command (#33366)

This commit is contained in:
Johns Gresham 2022-03-22 19:54:08 -04:00 committed by GitHub
parent 3aec1c3e3f
commit 8ad1470d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ Your `package.json` file should look something like this:
Then, install the `electron` package into your app's `devDependencies`.
```sh npm2yarn
$ npm install --save-dev electron
npm install --save-dev electron
```
> Note: If you're encountering any issues with installing Electron, please