Skip to content

Commit cb1b6b8

Browse files
committed
Minor readme update
1 parent 4f11b9a commit cb1b6b8

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
@@ -4,7 +4,7 @@
44
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/php-ds/polyfill.svg)](https://scrutinizer-ci.com/g/php-ds/polyfill/?branch=master)
55
[![Packagist](https://img.shields.io/packagist/v/php-ds/php-ds.svg)](https://packagist.org/packages/php-ds/php-ds)
66

7-
This is a compatibility polyfill for the *ds* extension. You should include this package as a dependency of your project
7+
This is a compatibility polyfill for the [extension](https://github.com/php-ds/extension). You should include this package as a dependency of your project
88
to ensure that your codebase would still be functional in an environment where the extension is not installed. The polyfill will not be loaded if the extension is installed and enabled.
99

1010
## Install
@@ -13,7 +13,7 @@ to ensure that your codebase would still be functional in an environment where t
1313
composer require php-ds/php-ds
1414
```
1515

16-
You can also just specify `"php-ds/php-ds": "^1.0"` in your `composer.json` file.
16+
You can also *require* that the extension be installed using `ext-ds`.
1717

1818
## Test
1919

0 commit comments

Comments
 (0)