Skip to content

Commit

Permalink
separate paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaLMartinez authored Dec 27, 2017
1 parent faa20de commit 1d94f8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1d94f8e

Please sign in to comment.