Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Dec 5, 2018
1 parent 84e43d0 commit 71bc1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/index.js
@@ -1,5 +1,5 @@
/**
* Simple example of how to use the NextAuth module.
* An example of how to use the NextAuth module.
*
* To invoke next-auth you will need to define a configuration block for your
* site. You can create a next-auth.config.js file and put all your options
Expand Down Expand Up @@ -37,4 +37,4 @@ nextApp.prepare()
.catch(err => {
console.log('An error occurred, unable to start the server')
console.log(err)
})
})

0 comments on commit 71bc1a9

Please sign in to comment.