From 62ae9fa93d28270c3fc31d6fd6db4a74222ca9f1 Mon Sep 17 00:00:00 2001 From: Pascal Baljet Date: Wed, 2 Feb 2022 15:31:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80ce22b..147e973 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ protected $middleware = [ ### File uploads -By default, the middleware allows file uploads. You may disallow file uploads by changing the `middleware.allow_file_uploads` configuration key to `false`. +By default, the middleware allows file uploads. However, you may disallow file uploads by changing the `middleware.allow_file_uploads` configuration key to `false`. ### Blade echo statements