Skip to content

Commit 8e010f7

Browse files
authored
Merge pull request #3 from Kolyunya/update-readme-001
Update readme
2 parents efc6fae + 20d80f8 commit 8e010f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
This library provides a collection of string processors.
1212

1313
## Installation
14-
This library is [composer-enabled](https://packagist.org/packages/kolyunya/string-processor). The recommended way of using it in your project is to require it in your `composer.json`.
14+
This library is [composer-enabled](https://packagist.org/packages/kolyunya/string-processor). The recommended way of using it in your project is to require it via `composer`.
1515
~~~
16-
"require": {
17-
"kolyunya/string-processor": "*"
18-
}
16+
composer require kolyunya/string-processor
1917
~~~
2018

2119
## Single processor usage

0 commit comments

Comments
 (0)