fix: correct spelling of 'Licence' and update package name in README
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2026 onixbyte
|
Copyright (c) 2026 OnixByte
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -7,11 +7,11 @@ Reference: [Fetch spec — port blocking](https://fetch.spec.whatwg.org/#port-bl
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install vite-plugin-port-checker -D
|
npm install @onixbyte/vite-plugin-port-checker -D
|
||||||
# or
|
# or
|
||||||
pnpm add vite-plugin-port-checker -D
|
pnpm add @onixbyte/vite-plugin-port-checker -D
|
||||||
# or
|
# or
|
||||||
yarn add vite-plugin-port-checker -D
|
yarn add @onixbyte/vite-plugin-port-checker -D
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -28,6 +28,6 @@ export default defineConfig({
|
|||||||
|
|
||||||
When the dev server starts on a restricted port, you'll see a yellow warning in the console suggesting you change `server.port`.
|
When the dev server starts on a restricted port, you'll see a yellow warning in the console suggesting you change `server.port`.
|
||||||
|
|
||||||
## License
|
## Licence
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user