From f75877df2f4937e538e2dd3973ace51955eb1c0c Mon Sep 17 00:00:00 2001 From: Andrei Pisarevskii Date: Fri, 8 Mar 2024 00:01:16 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e38480..a11088c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ -Simple DI Container with autowiring in a single file allows you to easily use it in your simple PHP applications and especially convenient for WordPress plugins and themes. +Simple PHP DI Container with autowiring in a single file allows you to easily use it in your simple PHP applications and especially convenient for WordPress plugins and themes. ## Why choose Simple DI Container? 1. Easy to integrate into your PHP Application or WordPress project, just copy one file. @@ -233,4 +233,4 @@ use Psr\Container\NotFoundExceptionInterface; The MIT License (MIT). Please see the [License File](LICENSE) for more information. -[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg \ No newline at end of file +[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg