Skip to content

Commit f7a0b27

Browse files
authored
Merge pull request #67 from PHPCompatibility/feature/readme-minor-readability-tweaks
README: minor readability tweak
2 parents 5b5d9b4 + aca4cae commit f7a0b27

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
@@ -28,10 +28,10 @@ These rulesets prevent false positives from the [PHPCompatibility standard][PHPC
2828
| [`polyfill-php81`] | `PHPCompatibilitySymfonyPolyfillPHP81` | |
2929

3030
> [!NOTE]
31-
> About "Includes":
31+
> About "Includes":
3232
> Some polyfills have other polyfills as dependencies. If the PHPCompatibility project offers a dedicated ruleset for the polyfill dependency, that ruleset will be included in the ruleset for the higher level polyfill.
3333
>
34-
> For example:
34+
> For example:
3535
> As the `polyfill-php70` library declares `random_compat` [as a dependency](https://github.com/symfony/polyfill-php70/blob/master/composer.json), the `PHPCompatibilitySymfonyPolyfillPHP70` ruleset includes the `PHPCompatibilityParagonieRandomCompat` ruleset.
3636
>
3737
> In practice, this means that if your project uses several polyfills, you can use the information in "Includes" to help you decide which rulesets to use.

0 commit comments

Comments
 (0)