Skip to content

Commit

Permalink
Fixed typo on README.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jun 12, 2013
1 parent da91b2e commit 666fa7b
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 @@ -10,7 +10,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require-dev": {
"orchestra/testable": "2.0.*"
"orchestra/testbench": "2.0.*"
},
"minimum-stability": "dev"
}
Expand Down Expand Up @@ -42,7 +42,7 @@ To load your package service provider override the `getPackageProviders`.

### Custom Aliases

To load your package service provider override the `getPackageAliases`.
To load your package alias override the `getPackageAliases`.

```php

Expand Down

0 comments on commit 666fa7b

Please sign in to comment.