From 425c8faab9b5809374f5a16c78d543f3ab07dc0b Mon Sep 17 00:00:00 2001 From: Bobby Allen Date: Wed, 23 Dec 2020 12:27:19 +0000 Subject: [PATCH] Typo fixes in README file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b1d536..0e3dbd9 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ To install the latest version of this package into your project (assuming you ar ```composer require ballen/clip``` -**If you need to use an older version of PHP, version 1.x.x supports PHP 5.6, 7.0, 7.1 and 7.2, you can install this version using Composer with this command instead:** +**If you need to use an older version of PHP, version 2.x.x supports PHP 5.6, 7.0, 7.1 and 7.2, you can install this version using Composer with this command instead:** ```shell -composer require ballen/clip ^1.0 +composer require ballen/clip ^2.0 ``` Support