diff --git a/README.md b/README.md
index 5a74384..faffa2b 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,21 @@ that allow you to hook into its error reporting facilities, and even write
your own error reports! It lets you define error types that can print out like
this (or in any format you like!):
-
+
The [Diagnostic] trait in `miette` is an extension of `std::error::Error` that
adds various facilities like [Severity], error codes that could be looked up
@@ -100,7 +114,22 @@ fn pretend_this_is_main() -> Result<()> {
And this is the output you'll get if you run this program:
-
+
## License