Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-bobo authored May 21, 2024
1 parent f4310ff commit 9a67ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
A simple URL shortening service, designed to convert longer URLs into concise, unique keys. This service provides the capability to use the unique key to access the original URL seamlessly.

## Key Features
URL Compression: The service accepts a URL and generates a unique key representing the corresponding URL.
URL Redirection: Clients are can accessing the original link via the unique key provided to them.
CRUD Operations: Clients can create, read, update and delete their own links.
- URL Compression: The service accepts a URL and generates a unique key representing the corresponding URL.
- URL Redirection: Clients are can accessing the original link via the unique key provided to them.
- CRUD Operations: Clients can create, read, update and delete their own links.

## High Level Design
```mermaid
Expand Down

0 comments on commit 9a67ee6

Please sign in to comment.