From 3becaf85d44509d8f1bf100ad901abc75d7e8299 Mon Sep 17 00:00:00 2001 From: Drew Gallagher Date: Tue, 25 Mar 2025 12:21:01 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2038b5f..e3e740f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Readable Regex API +![Readable Regex](https://github.com/user-attachments/assets/0130a7aa-e3a1-4762-ae23-3d1b9be63e96) + + In a nutshell, Readable Regex is a REST API to transform and validate data easily, anywhere, without regex. It's built using Express.js and designed to encapsulate the underlying regular expression logic for improved readability and maintainability.