From 1b67bc4fbeb1781552b073132b381e63e0b5edc3 Mon Sep 17 00:00:00 2001 From: kolirt Date: Fri, 25 Oct 2024 19:30:19 +0300 Subject: [PATCH] update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8d80a6..43cbb89 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ $item->update([ ### Response file -Use the **responseFile** method to return a file in a controller +Use the `responseFile` method to return a file in a controller ```php class FileController extends Controller