From 001315eb6fb00efc47fd1c1fce8bc7255c6c9320 Mon Sep 17 00:00:00 2001 From: Tom Gao Date: Fri, 8 Dec 2023 23:37:44 +0800 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- README.zh_CN.md | 4 ++-- package.json | 4 +--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 237ec17..2827f87 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ [![npm](https://img.shields.io/npm/v/@tomjs/vite-plugin-html)](https://www.npmjs.com/package/@tomjs/vite-plugin-html) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vite-plugin-html) ![NPM](https://img.shields.io/npm/l/@tomjs/vite-plugin-html) [![Docs](https://www.paka.dev/badges/v0/cute.svg)](https://www.paka.dev/npm/@tomjs/vite-plugin-html) -> A Vite plugin for handling HTML files, providing compression, loading, and CDN functionality. - **English** | [中文](./README.zh_CN.md) +> A Vite plugin for handling HTML files, providing compression, loading, and CDN functionality. + ## Install With `pnpm` diff --git a/README.zh_CN.md b/README.zh_CN.md index e861578..2997785 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -2,10 +2,10 @@ [![npm](https://img.shields.io/npm/v/@tomjs/vite-plugin-html)](https://www.npmjs.com/package/@tomjs/vite-plugin-html) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/vite-plugin-html) ![NPM](https://img.shields.io/npm/l/@tomjs/vite-plugin-html) [![Docs](https://www.paka.dev/badges/v0/cute.svg)](https://www.paka.dev/npm/@tomjs/vite-plugin-html) -> vite 插件,用于处理 html 文件,提供压缩、loading、cdn功能 - [English](./README.md) | **中文** +> vite 插件,用于处理 html 文件,提供压缩、loading、cdn功能 + ## 安装 使用 `pnpm` diff --git a/package.json b/package.json index 0aae485..4cd8e5b 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,12 @@ "keywords": [ "vite", "plugin", - "vite-plugin", "vue", "react", "html", "minify", "loading", - "cdn", - "front-end" + "cdn" ], "author": { "name": "tom",