diff options
author | brandon flowers <brandonflowers@gmail.com> | 2013-05-05 18:18:47 -0400 |
---|---|---|
committer | brandon flowers <brandonflowers@gmail.com> | 2013-05-05 18:18:47 -0400 |
commit | 21fddecaa94e40e73a070c684c0750f78e2b40ad (patch) | |
tree | 1d801b35c7c02435e60095a01b10768d33a71864 /examples/nodejs-mongodb-mongoose-restify/app | |
parent | 3665deb4f2ae988ea3fc9fd81fa01d00cae95d09 (diff) | |
download | backbonetutorials-21fddecaa94e40e73a070c684c0750f78e2b40ad.zip backbonetutorials-21fddecaa94e40e73a070c684c0750f78e2b40ad.tar.gz backbonetutorials-21fddecaa94e40e73a070c684c0750f78e2b40ad.tar.bz2 |
updates to readme and further testing against the change to involve yeoman
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify/app')
-rw-r--r-- | examples/nodejs-mongodb-mongoose-restify/app/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/app/index.html b/examples/nodejs-mongodb-mongoose-restify/app/index.html index bbcd3e5..75334e6 100644 --- a/examples/nodejs-mongodb-mongoose-restify/app/index.html +++ b/examples/nodejs-mongodb-mongoose-restify/app/index.html @@ -23,10 +23,9 @@ </p> <p>Check list</p> <ol> - <li>Have you installed and started mongod in your terminal window? $ mongod</li> + <li>Have you installed and started mongodb in your terminal window? type: mongod</li> <li>Have you opened a second terminal window and created a sample message in the messages collection of your local mongodb database?</li> <li>After creating a sample message, you should start your server.js by typing: node server</li> - <li>Finally, open yet another terminal window and type: yeoman server</li> </ol> <h2>Messages</h2> </div> @@ -36,6 +35,7 @@ <div class="resources"> <p> If you start to see your messages build up in the Message box above, congratulations! You've successfully setup this simple demo. + </p> </div> </body> |