Skip to content

Commit

Permalink
Readme changes.
Browse files Browse the repository at this point in the history
Some grammar changes.
  • Loading branch information
amostajo committed Jul 17, 2015
1 parent 59a68e4 commit fad5ce4
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 @@ -936,7 +936,7 @@ Laravel Shop follows [Laravel 5 guidelines](http://laravel.com/docs/5.1/events)
| Order completed | Event fired when an order has been completed. | `id` - Order Id |
| Order status changed | Event fired when an order's status has been changed. | `id` - Order Id `statusCode` - New status `previousStatusCode` - Prev status |

Here are event references:
Here are the events references:

| Event | Reference |
| ------------- | ------------- |
Expand All @@ -947,7 +947,7 @@ Here are event references:

#### Event Handler Example

An example of how to use the event in a handler:
An example of how to use an event in a handler:

```php
<?php
Expand Down

0 comments on commit fad5ce4

Please sign in to comment.