Skip to content

Commit

Permalink
docs: remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
robertstojs committed Jan 27, 2024
1 parent 319b7ee commit 138d76f
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![Build](https://github.com/robertstojs/urlsnip/actions/workflows/build.yml/badge.svg)

<img src="./img/logo.svg" align="right"
alt="urlsnip logo by Robert Štojs" background-color="white" width="156px">
<img src="./img/logo.svg" align="right" width="156px">

urlsnip is a tiny URL shortener and routing program written in Go. It intercepts web requests and instantly redirects them according to a list of regular expression rules.

Expand All @@ -24,25 +23,7 @@ urlsnip is a tiny URL shortener and routing program written in Go. It intercepts
```

```shell
# building
git clone https://github.com/robertstojs/urlsnip.git
cd urlsnip
go build
```

















0 comments on commit 138d76f

Please sign in to comment.