From 7049bf91f936239d4e598690a63db5f0db9cf68b Mon Sep 17 00:00:00 2001
From: Jewei Mak <jewei.mak@gmail.com>
Date: Sun, 28 Apr 2024 13:09:02 +0800
Subject: [PATCH] Update Laravel version to 11 in README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 34776c7..210d3a0 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 [![Tests](https://github.com/jewei/laravel-skeleton/actions/workflows/tests.yml/badge.svg)](https://github.com/jewei/laravel-skeleton/actions/workflows/tests.yml)
 [![Static analysis](https://github.com/jewei/laravel-skeleton/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/jewei/laravel-skeleton/actions/workflows/static-analysis.yml)
 
-Start a new project by scaffolding a PHP 8.2, Laravel 10 app. It combines the latest technologies and best practices.
+Start a new project by scaffolding a PHP 8.2, Laravel 11 app. It combines the latest technologies and best practices.
 
 ## Usage
 
@@ -22,7 +22,7 @@ composer create-project jewei/laravel-skeleton
 5. HTTP Client: Prevents stray requests.
 6. Pint: Styling with Laravel preset.
 7. Rector: Laravel upgrade rules set.
-8. Middleware: ResponseWithJson for APIs.
+8. Middlewares: Collection of useful middlewares.
 9. Removed Sail - Docker is complicated.
 
 ## What's next?