Skip to content

Commit

Permalink
Added sample image to README
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Feb 13, 2023
1 parent 5a33842 commit 2cf6c0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
# Contents

- [Installation](#installation)
- [Example Output](#example-output)
- [Supporting EctoDbg](#supporting-ectodbg)
- [Setting Up EctoDbg](#setting-up-ectodbg)
- [Attribution](#attribution)
Expand All @@ -50,6 +51,13 @@ end

Documentation can be found at [https://hexdocs.pm/ecto_dbg](https://hexdocs.pm/ecto_dbg).

## Example Output

After setting up EctoDbg in your application you can expect the following output from your Ecto queries when using the
EctoDbg helpers:

<img align="center" src="guides/images/example_output.png" alt="EctoDbg example output">

## Supporting EctoDbg

If you rely on this library help you debug your Ecto queries, it would much appreciated if you can give back
Expand Down
Binary file added guides/images/example_output.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2cf6c0f

Please sign in to comment.