Skip to content

Commit aa3d16f

Browse files
UnHumbleBensaintedlama
authored andcommittedOct 14, 2019
chore: Add convenient link to API documentation (#287)
1 parent ff7d718 commit aa3d16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = mongoose.model('User', User);
5151

5252
You're free to define your User how you like. Passport-Local Mongoose will add a username, hash and salt field to store the username, the hashed password and the salt value.
5353

54-
Additionally Passport-Local Mongoose adds some methods to your Schema. See the API Documentation section for more details.
54+
Additionally Passport-Local Mongoose adds some methods to your Schema. See the [API Documentation](https://github.com/saintedlama/passport-local-mongoose#api-documentation) section for more details.
5555

5656
### Configure Passport/Passport-Local
5757

0 commit comments

Comments
 (0)