Skip to content

Commit

Permalink
clarify restarting server
Browse files Browse the repository at this point in the history
  • Loading branch information
msmichellegar committed Jan 28, 2017
1 parent dda51f0 commit 7b904cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step04.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ app.listen(3000, function () {
});
```

Try to `console.log` the `req` object. Go to your terminal to see what it looks like. You should see a lot of data come through.
Try to `console.log` the `req` object inside the handler function. Restart your server, refresh the browser, then go to your terminal to see what it looks like. You should see a lot of data come through.

## 2. Tell your handler function what to do

Expand Down

0 comments on commit 7b904cc

Please sign in to comment.