From 33749b8aebe63da9db434751663992622f4bb93b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz>
Date: Tue, 6 Aug 2019 14:35:33 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index eabfdca..f160781 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Split your app dependency injection container into well-defined scopes and enfor
 
 ## Example
 
-You have *model* where you want to expose access **only to** few facades. So you export them from *model* container into *app* container and the *app* then can **only access** those exported services. This means that *app* can no longer ignore ACL or directly access database.
+You have *model* where you want to expose access **only to** few facades. So you export them from *model* container into *app* container and the *app* then can **only access** those exported services. This means that *app* can no longer ignore ACL rules or directly access database.
 
 
 
-- 
GitLab