docs: remove scope from package name in install instructions
Publish to npm / publish (push) Failing after 19s

This commit is contained in:
2026-06-08 09:25:17 +08:00
parent d33fbc615e
commit db3cbf16e6
+3 -3
View File
@@ -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