Skip to content

Commit

Permalink
chore: fix readme for plugin-mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 20, 2020
1 parent df6d996 commit 9b616ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-mongo/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# koishi-database-mongo
# koishi-plugin-mongo

[![Status](https://img.shields.io/github/workflow/status/koishijs/koishi/CI/master?style=flat-square)](https://github.com/koishijs/koishi/actions?query=workflow:CI)
[![npm](https://img.shields.io/npm/v/koishi-database-mysql?style=flat-square)](https://www.npmjs.com/package/koishi-database-mongo)
[![npm](https://img.shields.io/npm/v/koishi-plugin-mongo?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-mongo)

MongoDB implementation for Koishi.

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://github.com/koishijs/koishi/tree/master/packages/database-mysql#readme",
"homepage": "https://github.com/koishijs/koishi/tree/master/packages/plugin-mongo#readme",
"keywords": [
"bot",
"qqbot",
Expand Down

0 comments on commit 9b616ff

Please sign in to comment.