Commit aca622e3 by Gustav Arngården

Update README.md

parent 5ce5d680
...@@ -9,6 +9,7 @@ about handling AutoReconnects by yourself. ...@@ -9,6 +9,7 @@ about handling AutoReconnects by yourself.
Usage: Usage:
import pymongo import pymongo
import mongodb_proxy import mongodb_proxy
safe_conn = mongodb_proxy.MongoProxy(pymongo.MongoReplicaSetClient(replicaSet='blog_rs') safe_conn = mongodb_proxy.MongoProxy(pymongo.MongoReplicaSetClient(replicaSet='blog_rs')
...@@ -22,4 +23,5 @@ http://www.arngarden.com/2013/04/29/handling-mongodb-autoreconnect-exceptions-in ...@@ -22,4 +23,5 @@ http://www.arngarden.com/2013/04/29/handling-mongodb-autoreconnect-exceptions-in
**Contributors**: **Contributors**:
Jonathan Kamens (https://github.com/jikamens) Jonathan Kamens (https://github.com/jikamens)
Michael Cetrulo (https://github.com/git2samus) Michael Cetrulo (https://github.com/git2samus)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment