From b30800729a4fe775f36dc6a7b545947cb54618cb Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 5 Feb 2022 23:42:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1117055..20b3bdd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Run the Composer require command from the Terminal: Now you're ready to start using the shoppingcart in your application. -**As of version 2 of this package it's possibly to use dependency injection to inject an instance of the Cart class into your controller or other class** +**As of version 2 of this package it's possible to use dependency injection to inject an instance of the Cart class into your controller or other class** You definitely should publish the `config` file and take a look at it.