From 251675262643cf0272f5d9632ca5c39f592907e0 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Fri, 15 Feb 2019 13:19:31 -0500 Subject: [PATCH] Fixes a newline and copypaste error in directory check (#118) Found while working through the tutorial while completing an interview project! --- _browser/todo-list.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_browser/todo-list.md b/_browser/todo-list.md index 4a683a7f..99503cc5 100644 --- a/_browser/todo-list.md +++ b/_browser/todo-list.md @@ -91,9 +91,11 @@ The example application runs in a node server on your local host. In the this se 1. Make sure you are in the root of the code base. ```bash - $ pwd /Users/moxiegirl/repos/blockstack-todos - Start the application. + $ pwd + /Users/moxiegirl/repos/blockstack-todos ``` + + This path will be different for you, but double-check the last part to ensure that you're in the directory into which you cloned and in which you ran `npm install`. 2. Start the application.