From ed8be990b9b5c82529d9d0b616f7e33dcdfbb193 Mon Sep 17 00:00:00 2001 From: zacksmash Date: Mon, 28 Sep 2020 19:07:10 -0600 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3436cdd..ee22590 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Fortify::resetPasswordView(function ($request) { // }); ``` -To register all view, at once you can use this line: +To register all views at once, you can use this instead: ```php Fortify::viewPrefix('auth.');