diff --git a/CHANGELOG.md b/CHANGELOG.md index d3629df..ba05ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,5 @@ All notable changes to `LERN` will be documented in this file. -### 1.0.1 -- Added env function to config file for pushover - ### 1.0.0 -- Initial release +- Initial release and connected with packagist diff --git a/README.md b/README.md index 7c9d780..2f6ad5e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # LERN (Laravel Exception Recorder and Notifier) **_Lern from your mistakes_** -LERN is a Laravel 5 package that will record exceptions into a database and will notify you via email, [Pushover](https://pushover.net/) or [Slack](https://slack.com/). + +LERN is a Laravel 5 package that will record exceptions into a database and will notify you via [Email](https://laravel.com/docs/master/mail), [Pushover](https://pushover.net/) or [Slack](https://slack.com/). ## Installation diff --git a/composer.json b/composer.json index 99b253e..11ae1a7 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tylercd100/lern", - "description": "A Laravel 5 package to record and notify of exceptions", + "description": "LERN (Laravel Exception Recorder and Notifier) is a Laravel 5 package that will record exceptions into a database and will notify you via Email, Pushover or Slack.", "keywords": [ "tylercd100", "pushover",