Skip to content

Commit

Permalink
doc: more badges!
Browse files Browse the repository at this point in the history
  • Loading branch information
Qard committed Sep 21, 2020
1 parent ba20262 commit ddddcef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[![CI status](https://github.com/discorm/mongodb/workflows/ci/badge.svg)](https://github.com/discorm/mongodb/actions?query=workflow%3Aci+branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/discorm/mongodb/badge.png)](https://coveralls.io/r/discorm/mongodb)
[![npm package](https://img.shields.io/npm/v/@disco/mongodb)](https://npmjs.com/package/@disco/mongodb)
[![Dependencies](https://img.shields.io/david/discorm/mongodb)](https://david-dm.org/discorm/mongodb)
[![MIT License](https://img.shields.io/npm/l/@disco/mongodb)](./LICENSE)

MongoDB driver for [disco](http://npmjs.org/package/@disco/disco).

Expand All @@ -21,7 +24,3 @@ const user = await User.create({
email: 'me@example.com'
})
```

## License

[MIT](./LICENSE)

0 comments on commit ddddcef

Please sign in to comment.