Skip to content

Commit 23f00f4

Browse files
authored
Update package introduction in the README (#116)
Adds a single line pitch to explain how the library works at a high level for newcomers. Closes #112
1 parent 9b09bb8 commit 23f00f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a title="Latest release" href="https://hex.pm/packages/error_tracker"><img src="https://img.shields.io/hexpm/v/error_tracker.svg" alt="Latest release" /></a>
55
<a title="View documentation" href="https://hexdocs.pm/error_tracker"><img src="https://img.shields.io/badge/hex.pm-docs-blue.svg" alt="View documentation" /></a>
66

7-
> An Elixir based built-in error tracking solution.
7+
**An Elixir based built-in error tracking solution.** ErrorTracker captures errors in your application and stores them in the database. It also provides a web dashboard from where you can find, inspect and resolve captured errors.
88

99
<a href="guides/screenshots/error-dashboard.png">
1010
<img src="guides/screenshots/error-dashboard.png" alt="ErrorTracker web dashboard" width="400">

0 commit comments

Comments
 (0)