Skip to content

Commit

Permalink
Modified README to reflect version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gladchinda committed Jul 16, 2018
1 parent 85e026e commit 6518d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Keygen is a PHP package that generates random character sequences known as *keys
The Keygen package can be installed easily with [Composer] - require the `gladcodes/keygen` package from the command line.

```shell
$ composer require gladcodes/keygen dev-v1.2.0-alpha
$ composer require gladcodes/keygen dev-v2.0.0-alpha
```

Alternatively, you can manually add the Keygen package to the `composer.json` file of your project and then run `composer install` from the command line as follows:

```json
{
"require": {
"gladcodes/keygen": "dev-v1.2.0-alpha"
"gladcodes/keygen": "dev-v2.0.0-alpha"
}
}
```
Expand Down

0 comments on commit 6518d58

Please sign in to comment.