From b32aa8f8d6e5672aceb336263785d3f4d633a924 Mon Sep 17 00:00:00 2001 From: Aryan Sharma Date: Sat, 14 Sep 2024 16:06:53 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eceaf79..401cb00 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ $ go run main.go The API will be available at `http://localhost:`. (Set the value for the Port according to your own requirement.) -## Design Decisions +## Design Decision #### Framework I chose to use the Echo framework for this project due to its simplicity, performance, and ease of use. Echo is a lightweight web framework that provides a minimalistic approach to building web applications and APIs.