From 36f1292e3e4bbd6a2bb1201069d1a902e8b68360 Mon Sep 17 00:00:00 2001
From: Guilherme Latrova
Date: Fri, 19 Nov 2021 20:15:28 -0300
Subject: [PATCH] docs: make tryceratops use case more obvious
---
README.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index a889eee..02e7e5b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-Manage your exceptions in Python like a PRO
+Prevent Exception Handling AntiPatterns in Python
@@ -16,12 +16,11 @@
-Inspired by [this blog post](https://blog.guilatrova.dev/handling-exceptions-in-python-like-a-pro/).
-
-I shared [the building process of this tool here](https://blog.guilatrova.dev/project-tryceratops/).
+Inspired by [this blog post](https://blog.guilatrova.dev/handling-exceptions-in-python-like-a-pro/). I described [the building process of this tool here](https://blog.guilatrova.dev/project-tryceratops/).
> “For those who like dinosaurs 🦖 and clean try/except ✨ blocks.”
+**Summary**
- [Installation and usage](#installation-and-usage)
- [Installation](#installation)
- [Usage](#usage)