Skip to content

Commit 3cfc3a4

Browse files
committed
Fix typos in README install instructions (fro -> for)
1 parent 74a2069 commit 3cfc3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Typed value objects for PHP. Build precise, immutable, and validated data for DT
1010

1111
### Install
1212

13-
- Use V2 fro PHP 8.2+:
13+
- Use V2 for PHP 8.2+:
1414

1515
```bash
1616
composer require georgii-web/php-typed-values:^2.*
1717
```
1818

19-
- Use V1 fro PHP 7.4:
19+
- Use V1 for PHP 7.4:
2020

2121
```bash
2222
composer require georgii-web/php-typed-values:^1.*

0 commit comments

Comments
 (0)