Skip to content

Commit dddd440

Browse files
committed
Fix typos in README
1 parent de21d55 commit dddd440

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,7 +10,7 @@ This library provides a factory for custom rulesets for [`friendsofphp/php-cs-fi
1010

1111
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
1212

13-
*This is the drop-in replacement for [Liaison CS Config](https://github.com/paulbalandan/liaison-cs-config), but is not fully backwards compatible. See [MIGRATION.md](MIGRATION.md) for details.*
13+
*This is the drop-in replacement for [Liaison CS Config Factory](https://github.com/paulbalandan/liaison-cs-config), but is not fully backwards compatible. See [MIGRATION.md](MIGRATION.md) for details.*
1414

1515
## Installation
1616

@@ -87,7 +87,7 @@ namespace Nexus\CsConfig;
8787

8888
* Scenario 2: Providing only the required arguments
8989

90-
If you opted not to provided any of the optional arguments (i.e., email address, starting license year),
90+
If you opted not to provide any of the optional arguments (i.e., email address, starting license year),
9191
these will not be shown on the license header allowing flexibility on the copyright portion.
9292

9393
```diff

0 commit comments

Comments
 (0)