From 886b9ccdda69a12949e576c811366688cb60fe36 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:55:46 -0300 Subject: [PATCH] docs: more clear package tagline --- README.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbba6b3..1c02760 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Hex.pm](https://img.shields.io/hexpm/v/tower_email.svg)](https://hex.pm/packages/tower_email) [![Documentation](https://img.shields.io/badge/Documentation-purple.svg)](https://hexdocs.pm/tower_email) +Error tracking and reporting to your e-mail inbox. + Simple send-me-an-email reporter for [Tower](https://github.com/mimiquate/tower) error handler. ## Installation diff --git a/mix.exs b/mix.exs index c10022d..2897852 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule TowerEmail.MixProject do use Mix.Project - @description "Email reporter for Tower error handler" + @description "Error tracking and reporting to your e-mail inbox" @source_url "https://github.com/mimiquate/tower_email" @version "0.4.0"