From 1d94f8ec8aa42c4347168f0e673cc17c6c966a4a Mon Sep 17 00:00:00 2001 From: Dakota Lee Martinez Date: Wed, 27 Dec 2017 13:55:48 -0800 Subject: [PATCH] separate paragraphs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3681460591..48e2eda586 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,9 @@ See what we did there? Great! Now run your code again by typing `nodejs index.js var name = "Susan" ``` -Re-run your code and boom! you did it :) In later steps, we'll be doing our testing in other files. For now, let's revert index.js to its original state. Make sure the index.js file is saved and that it looks like this: +Re-run your code and boom! you did it :) + +In later steps, we'll be doing our testing in other files. So, for now, let's revert index.js to its original state. Make sure the index.js file is saved and that it looks like this: ``` var name = "Joe"