From d0af2e4b58113174ed00ea80205082d111997791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Nilsved?= Date: Fri, 13 Mar 2020 10:27:48 +0100 Subject: [PATCH] Format markdown --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6e07fd8..7c12f893 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,8 @@ admin users, and a separate Laravel User Provider and Guard to go with that. ### Creating admin users It doesn't make sense to have a public registration for admin users so -the easiest way to create admin users for development and production is through `php artisan tinker`: +the easiest way to create admin users for development and production is through +`php artisan tinker`: ```php /* Use the name of your admin model, this examples uses the default App\User */