From 7e2b57805084fa3cdd16e787e3a4426df402bf58 Mon Sep 17 00:00:00 2001 From: vitor Date: Fri, 18 Oct 2024 17:23:41 -0300 Subject: [PATCH] refactor(doc): remove prints (#9) --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 63b729f..b845eeb 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,7 @@ Short Spot is a URL shortening service that allows users to shorten long URLs in #### Backend - Shorten long URLs into short links: - ![Shorten URL](./imgs/short-url.png) - Redirect short links to the original URLs: - ![Redirect URL](./imgs/redirect-url.png) - -#### Frontend -WIP ## How to run ```bash @@ -33,4 +28,4 @@ docker compose up ```bash go run cmd/api/main.go # or configure your GoPath and run -``` \ No newline at end of file +```