From 26ab3d42c5d06e7469cc9a92bf2949f3a9e6cc5a Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Tue, 5 Sep 2023 23:38:18 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 835b813..a58d303 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ final class HelloTest extends TestCase ## Performance -By installin the [DiCompileModule](https://github.com/ray-di/Ray.Compiler/blob/1.x/src/DiCompileModule.php), An optimized injector is used and dependency errors are reported at compile time, not at runtime. +By installing the [DiCompileModule](https://github.com/ray-di/Ray.Compiler/blob/1.x/src/DiCompileModule.php), An optimized injector is used and dependency errors are reported at compile time, not at runtime. For `RayDi/ProductionModule` corresponding to `RayDi/Context/ProductionContext`, `DiCompileModule` is already installed.