Update repo owner name in README.md

This commit is contained in:
Fujimura Daisuke 2014-03-02 14:56:35 +09:00
parent bccb3bd159
commit ea04393c3f

View file

@ -1,9 +1,9 @@
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
* [Quick example](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/Example.hs) * [Quick example](http://github.com/selectel/mongoDB-haskell/blob/master/doc/Example.hs)
* [Tutorial](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/tutorial.md) * [Tutorial](http://github.com/selectel/mongoDB-haskell/blob/master/doc/tutorial.md)
* [Driver API](http://hackage.haskell.org/package/mongoDB) * [Driver API](http://hackage.haskell.org/package/mongoDB)
* [MapReduce example](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/map-reduce-example.md) * [MapReduce example](http://github.com/selectel/mongoDB-haskell/blob/master/doc/map-reduce-example.md)
* [Driver design](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/Article1.md) * [Driver design](http://github.com/selectel/mongoDB-haskell/blob/master/doc/Article1.md)
* [MongoDB DBMS](http://www.mongodb.org) * [MongoDB DBMS](http://www.mongodb.org)