diff --git a/README.md b/README.md index 4e14476..64e16af 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ While in case you want to protect *almost all* your routes you might want to set ```javascript Router.plugin('ensureSignedIn', { - except: ['home', 'atSignIn', 'atSignUp', 'atForgotPassword'] + except: ['home', 'atSignIn', 'atSignUp', 'atForgotPwd'] }); ```