diff options
author | brandon flowers <brandonflowers@gmail.com> | 2013-05-04 14:23:20 -0400 |
---|---|---|
committer | brandon flowers <brandonflowers@gmail.com> | 2013-05-04 14:23:20 -0400 |
commit | 5817af3e5e9e3d3d57f4dc216dde821f799fa261 (patch) | |
tree | 40fe146f6378e0fb2cf08ffeeba27fb14a82197b /examples/nodejs-mongodb-mongoose-restify | |
parent | 1e3ecc2a1194c9261a5a75771dcf153755042981 (diff) | |
download | backbonetutorials-5817af3e5e9e3d3d57f4dc216dde821f799fa261.zip backbonetutorials-5817af3e5e9e3d3d57f4dc216dde821f799fa261.tar.gz backbonetutorials-5817af3e5e9e3d3d57f4dc216dde821f799fa261.tar.bz2 |
wrong port number in readme
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify')
-rw-r--r-- | examples/nodejs-mongodb-mongoose-restify/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/README.md b/examples/nodejs-mongodb-mongoose-restify/README.md index bf9a16d..7345661 100644 --- a/examples/nodejs-mongodb-mongoose-restify/README.md +++ b/examples/nodejs-mongodb-mongoose-restify/README.md @@ -23,9 +23,9 @@ http://localhost:3501/ I should see the index.html which presents MainView and its MessagesCollection will then go out and talk to: -http://localhost:8080/messages +http://localhost:8888/messages -This static server is taken very largely from this example: +This static server is taken very largely (line for line) from this example: http://thecodinghumanist.com/blog/archives/2011/5/6/serving-static-files-from-node-js ## MONGODB |