From eb6bc11a123ce505f547c48f40f85df6ce5675e6 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 23 Oct 2022 21:52:07 +0800 Subject: [PATCH] docs: update readme --- README.md | 2 +- src/main/resources/plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1677a3..16e9e0e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # plugin-highlightjs -对 highlight.js 的集成,支持在内容页高亮代码块。 \ No newline at end of file +提供对 [highlight.js](https://github.com/highlightjs/highlight.js) 的集成,支持在内容页高亮显示代码块。 \ No newline at end of file diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 59889e3..509db12 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -12,6 +12,6 @@ spec: configMapName: plugin-highlightjs-configMap homepage: https://github.com/halo-sigs/plugin-highlightjs displayName: "highlight.js 代码高亮" - description: "对 highlight.js 的集成,支持在内容页高亮代码块" + description: "提供对 highlight.js 的集成,支持在内容页高亮显示代码块" license: - name: "MIT"