Skip to content

Commit

Permalink
Fix line telling people where to put routing code
Browse files Browse the repository at this point in the history
  • Loading branch information
quis committed Oct 4, 2018
1 parent 6e94e90 commit e32d12c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/documentation/using-notify.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ example:

Save this page as `email-address-page.html`.

Then add this code at the bottom of routes.js:
Then add this code to `routes.js`, above the line that says
`module.exports = router`:

```javascript
// The URL here needs to match the URL of the page that the user is on
Expand Down

0 comments on commit e32d12c

Please sign in to comment.