Skip to content

Commit

Permalink
refactor(doc): remove prints (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
vit0rr authored Oct 18, 2024
1 parent 7c1de18 commit 7e2b578
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,4 +28,4 @@ docker compose up
```bash
go run cmd/api/main.go
# or configure your GoPath and run
```
```

0 comments on commit 7e2b578

Please sign in to comment.