Skip to content

Commit

Permalink
📝 Update documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Feb 22, 2020
1 parent 52ee9b6 commit ebaf296
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ All notable changes to `laravel-notify` will be documented in this file.
## Version 1.1.1
### Added
- Preset notification

## Version 1.1.2
### Added
- Custom notification title
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Laravel Notify actually display 5 types of notifications
1. `toast` notification, who is default notification for Laravel Notify

```php
notify()->success('Welcome to Laravel Notify ⚡️')
notify()->success('Welcome to Laravel Notify ⚡️') or notify()->success('Welcome to Laravel Notify ⚡️', 'My custom title')
```

2. `connectify` notification, example of basic usage
Expand Down

0 comments on commit ebaf296

Please sign in to comment.