From ac3c54d29a41329cae873bff3e70f94a3d4c2b5b Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Thu, 13 Jun 2024 10:08:05 +0900 Subject: [PATCH] Update README.md heading content The heading about module installation in the README.md file has been modified. The new heading is more descriptive and improves guidance for the user on how to install the SQL module. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67004c4..ea57a26 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Converts SQL files, Web API URIs into injectable function objects. $ composer require ray/query-module -### Module install (SQL) +### How to Install the SQL Module ```php use Ray\Di\AbstractModule;