fix: correct spelling of 'Licence' and update package name in README

This commit is contained in:
siujamo
2026-05-08 17:59:13 +08:00
parent 861ad8affd
commit 0a24975d37
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2026 onixbyte
Copyright (c) 2026 OnixByte
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+4 -4
View File
@@ -7,11 +7,11 @@ Reference: [Fetch spec — port blocking](https://fetch.spec.whatwg.org/#port-bl
## Install
```bash
npm install vite-plugin-port-checker -D
npm install @onixbyte/vite-plugin-port-checker -D
# or
pnpm add vite-plugin-port-checker -D
pnpm add @onixbyte/vite-plugin-port-checker -D
# or
yarn add vite-plugin-port-checker -D
yarn add @onixbyte/vite-plugin-port-checker -D
```
## 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`.
## License
## Licence
MIT