README.md in mongo-proxy-1.0.0 vs README.md in mongo-proxy-1.0.1

- old
+ new

@@ -26,10 +26,10 @@ This will proxy local client connections to port 29017 to a running MongoDB server at port 27017. Only read queries will be allowed and the client will be told on startup that he is connecting to a proxy server. With the proxy running, a connection looks something like: ``` > mongo --port 29017 MongoDB shell version: 2.6.0 -connecting to: 127.0.0.1:27018/test +connecting to: 127.0.0.1:29017/test Server has startup warnings: Connected to proxy! ``` #### Command Line Options