Skip to content

Commit 3b62575

Browse files
committed
update readme
1 parent 82837e5 commit 3b62575

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Vuepress-comment-plugin-plus
22

3-
[![](https://img.shields.io/badge/online-preview-faad14.svg?style=popout-square)](https://xin-tan.com/)
4-
[![](https://img.shields.io/npm/dm/vuepress-plugin-comment.svg?style=flat-square)](https://www.npmjs.com/package/vuepress-plugin-comment)
3+
[![](https://img.shields.io/badge/online-preview-faad14.svg?style=popout-square)](https://sivanlaai.github.io/)
4+
[![](https://img.shields.io/npm/dm/vuepress-plugin-comment-plus.svg?style=flat-square)](https://www.npmjs.com/package/vuepress-plugin-comment-plus)
55
[![](https://img.shields.io/badge/vuepress-≥v0.9.0-3eaf7c.svg?style=popout-square)](https://vuepress.vuejs.org/)
66
![](https://img.shields.io/badge/license-MIT-blue.svg?style=popout-square)
7-
![version](https://img.shields.io/github/release/dongyuanxin/vuepress-plugin-comment.svg?style=flat-square)
7+
![version](https://img.shields.io/github/release/dongyuanxin/vuepress-plugin-comment-plus.svg?style=flat-square)
88

99

10-
> Support popluar comment plugins in Vuepress, sucn as Gitalk, Valine, Disqus.
10+
> Support popluar comment plugins in Vuepress, sucn as Waline, Gitalk, Valine, Disqus.
1111
1212
- [Features](#features)
1313
- [Usage](#usage)
@@ -59,7 +59,7 @@ Plugin has registered correct route information in `frontmatter.to` object and `
5959

6060
### Use in Waline
6161

62-
The `options` is exactly the same as `Valine` configuration.
62+
The `options` is exactly the same as `Waline` configuration.
6363

6464
```javascript
6565
module.exports = {
@@ -136,7 +136,7 @@ module.exports = {
136136

137137
### Use in Valine
138138

139-
The `options` is exactly the same as `Waline` configuration.
139+
The `options` is exactly the same as `Valine` configuration.
140140

141141
```javascript
142142
module.exports = {

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-comment-plus",
3-
"version": "0.7.3",
3+
"version": "1.0.1",
44
"description": "Comment plugin in vuepress, such as Gitalk, Valine...",
55
"main": "index.js",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"vue",
1818
"gitalk",
1919
"valine",
20-
"@waline/client"
20+
"waline"
2121
],
2222
"author": "dongyuanxin",
2323
"license": "MIT",

0 commit comments

Comments
 (0)