docs: remove scope from package name in install instructions
Publish to npm / publish (push) Failing after 19s
Publish to npm / publish (push) Failing after 19s
This commit is contained in:
@@ -7,11 +7,11 @@ Reference: [Fetch spec — port blocking](https://fetch.spec.whatwg.org/#port-bl
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install @onixbyte/vite-plugin-port-checker -D
|
npm install vite-plugin-port-checker -D
|
||||||
# or
|
# or
|
||||||
pnpm add @onixbyte/vite-plugin-port-checker -D
|
pnpm add vite-plugin-port-checker -D
|
||||||
# or
|
# or
|
||||||
yarn add @onixbyte/vite-plugin-port-checker -D
|
yarn add vite-plugin-port-checker -D
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user