Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vluzrmos committed Jun 24, 2015
1 parent b47329a commit 7fdf040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ class YourController extends Controller
## Facade

```php
$reponse = Poser::generate('licence', 'MIT', 'FFFFF', 'plastic');
$response = Poser::generate('licence', 'MIT', 'FFFFF', 'plastic');
```

## API

```php
Poser::generate($message, $status, $color, $format);
$response = Poser::generate($message, $status, $color, $format);
//where $format is 'flat' or 'plastic'


Poser::generateFromURI('license-MIT-blue.svg');
$response = Poser::generateFromURI('license-MIT-blue.svg');
```

# License
Expand Down

0 comments on commit 7fdf040

Please sign in to comment.