Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
morrislaptop committed May 20, 2020
1 parent 5c3bdb6 commit 2e6ebf3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ class MoneyAdded implements ShouldBeStored
And fire it off:

```php
<?php

event(new MoneyAdded('21410-81231', 100))
```

Expand Down Expand Up @@ -322,7 +324,7 @@ class MoneyAdded implements ShouldBeStored, HasMetaData

## Changelog

Please see [CHANGELOG](releases) for more information what has changed recently.
Please see [CHANGELOG](../../releases) for more information what has changed recently.

## Contributing

Expand All @@ -339,4 +341,4 @@ If you discover any security related issues, please email craig.morris@digitalri

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 comments on commit 2e6ebf3

Please sign in to comment.