Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
repat authored Nov 4, 2021
1 parent f25c16b commit 7462f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ Notification::make($title = null, $subtitle = null)
->routeCreate(string $resourceName)
->routeEdit(string $resourceName, $resourceId)
->routeDetail(string $resourceName, $resourceId)
// Notification level - info, success or errro
// Notification level - info, success or error

->level(string $value)
// Helpers to set title and level with one call
->info(string $value)
Expand Down

0 comments on commit 7462f06

Please sign in to comment.