Skip to content

Commit

Permalink
Update installation command.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Feb 5, 2015
1 parent 9bef2ef commit 0b76f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Laravel 5 wrapper for the [Hashids](http://hashids.org) API.
Require this package, with [Composer](https://getcomposer.org/), in the root directory of your project.

```bash
composer require "vinkla/hashids=~1.0"
composer require vinkla/hashids:~1.0
```

Add the service provider to ```config/app.php``` in the `providers` array.
Expand Down

0 comments on commit 0b76f82

Please sign in to comment.