diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..2ccbcb4 Binary files /dev/null and b/images/logo.png differ diff --git a/readme.md b/readme.md index 221b83e..ea1855b 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,9 @@ Memo is a lightweight, scalable API Gateway built using Rust and the Actix Web framework. It is designed to route incoming HTTP requests to the appropriate backend services, enforce configuration rules, and handle errors gracefully. + +![Ocelot Logo](./images/logo.png) + --- ## Features