Skip to content

Commit

Permalink
Typo fixes in README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Dec 23, 2020
1 parent 05eebcc commit 425c8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 425c8fa

Please sign in to comment.