From 0a24975d37a1addbd643f5a8841db06e8903c07c Mon Sep 17 00:00:00 2001 From: siujamo Date: Fri, 8 May 2026 17:59:13 +0800 Subject: [PATCH] fix: correct spelling of 'Licence' and update package name in README --- LICENSE => LICENCE | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename LICENSE => LICENCE (97%) diff --git a/LICENSE b/LICENCE similarity index 97% rename from LICENSE rename to LICENCE index f2be1da..bb53d71 100644 --- a/LICENSE +++ b/LICENCE @@ -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 diff --git a/README.md b/README.md index df1774a..2d133ac 100644 --- a/README.md +++ b/README.md @@ -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