Merge pull request #31 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md
This commit is contained in:
Greg Weber 2015-10-28 19:28:53 -07:00
commit 32200918a0

View file

@ -1,6 +1,8 @@
This is the Haskell MongoDB driver (client). [MongoDB](http://www.mongodb.org) is a free, scalable, fast, document database management system. This driver lets you connect to a MongoDB server, and update and query its data. It also lets you do adminstrative tasks, like create an index or look at performance statistics. This is the Haskell MongoDB driver (client). [MongoDB](http://www.mongodb.org) is a free, scalable, fast, document database management system. This driver lets you connect to a MongoDB server, and update and query its data. It also lets you do adminstrative tasks, like create an index or look at performance statistics.
### Documentation ### Documentation
[![Join the chat at https://gitter.im/mongodb-haskell/mongodb](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mongodb-haskell/mongodb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
* [Quick example](https://github.com/mongodb-haskell/mongodb/blob/master/doc/Example.hs) * [Quick example](https://github.com/mongodb-haskell/mongodb/blob/master/doc/Example.hs)
* [Tutorial](https://github.com/mongodb-haskell/mongodb/blob/master/doc/tutorial.md) * [Tutorial](https://github.com/mongodb-haskell/mongodb/blob/master/doc/tutorial.md)
* [Driver API](http://hackage.haskell.org/package/mongoDB) * [Driver API](http://hackage.haskell.org/package/mongoDB)