Minor doc updates

This commit is contained in:
Frederic Guillot
2016-06-05 18:28:30 -04:00
parent 5ffdf286e7
commit 33098e4e11
4 changed files with 5 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ When your handler is registered, the end-user can choose to receive the new noti
Notification Handler
--------------------
Your notification handler must implement the interface `Kanboard\Notification\NotificationInterface`:
Your notification handler must implement the interface `Kanboard\Core\Notification\NotificationInterface`:
```php
interface NotificationInterface