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"