summaryrefslogtreecommitdiffstats
path: root/examples/nodejs-mongodb-mongoose-restify/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify/app/index.html')
-rw-r--r--examples/nodejs-mongodb-mongoose-restify/app/index.html4
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>