From d05d3edbb41f5ca62eef7ed9a528a25189fc355e Mon Sep 17 00:00:00 2001 From: Shawn Hooper Date: Thu, 30 Jul 2020 15:29:58 -0400 Subject: [PATCH] Typo (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 337012c..4433e1b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ php artisan vendor:publish --provider="REBELinBLUE\Zxcvbn\ZxcvbnServiceProvider" ## Usage -If you have added the alias you can access Zxcvbn from anyone in your code using the façade +If you have added the alias you can access Zxcvbn from anywhere in your code using the façade ```php