From afd2a95e1f6b98955b377ae84693cfe42bd21ccb Mon Sep 17 00:00:00 2001 From: Hari KT Date: Mon, 6 Apr 2015 09:36:01 +0530 Subject: [PATCH] Fix a typo in README, regarding autoresolution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45da6445..afadded9 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ This keeps the service from being created until the very moment it is needed. If #### Auto-Resolution Of Parameter Values -Auto-resolution is disabled by default. You can disable auto-resolution by calling `$di->setAutoResolve(true)`. +Auto-resolution is disabled by default. You can enable auto-resolution by calling `$di->setAutoResolve(true)`. ##### How Auto-Resolution Works