From cc5046710448a86817cb78e5d34ef2508f466828 Mon Sep 17 00:00:00 2001 From: Mindgamesnl Date: Sat, 12 Oct 2019 20:54:15 +0200 Subject: [PATCH] Update readme to reflect plugin changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b963b5f..4ef536a 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ function signIn (email, password) { ## Notes * BCrypt requires that passwords are 72 characters maximum (it ignores characters after 72). -* This library enables the built-in `virtuals` plugin on Bookshelf for the virtual `password` field. +* This library enables the `bookshelf-virtuals-plugin` plugin on Bookshelf for the virtual `password` field. * Passing a `null` value to the password will clear the `password_digest`. * Passing `undefined` or a zero-length string to the password will leave the `password_digest` as-is