Skip to content

Commit

Permalink
Issue codeplea#1 - update your utility
Browse files Browse the repository at this point in the history
* Update documentation for installation via composer
  • Loading branch information
traack_lcruz committed Oct 1, 2018
1 parent ffc2ada commit 2ff7f07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@ Add the following to your project's `composer.json`:
"url": "https://github.com/codeplea/ahocorasickphp"
}
],
"require": {
"codeplea/ahocorasickphp": "dev-master"
}
```

Then, install the package itself:

```bash
$ composer install codeplea/ahocorasickphp
$ composer update
```

# Usage
Expand Down

0 comments on commit 2ff7f07

Please sign in to comment.