mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-25 23:28:37 -06:00
docs: Changed a word in the README
This commit is contained in:
parent
2cf0e5d2de
commit
f19f3249cc
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ using the "feature request" template.
|
||||||
|
|
||||||
## But why another URL shortener?
|
## But why another URL shortener?
|
||||||
Most URL shorteners are either bloated with unnecessary features, or are a pain to set up.
|
Most URL shorteners are either bloated with unnecessary features, or are a pain to set up.
|
||||||
Even fewer are written with simplicity and lightness in mind. When I saw the simply-shorten
|
Even fewer are written with simplicity and lightness in mind. When I saw the `simply-shorten`
|
||||||
project (linked below), I really liked the idea but thought that it missed some details. Also,
|
project (linked below), I really liked the idea but thought that it missed some features. Also,
|
||||||
I didn't like the fact that a simple app like this had a ~200 MB docker image (mostly due to the
|
I didn't like the fact that a simple app like this had a ~200 MB docker image (mostly due to the
|
||||||
included java runtime). So, I decided to rewrite it in Rust and add some features to it that I
|
included java runtime). So, I decided to rewrite it in Rust and add some features to it that I
|
||||||
thought were essential (e.g. hit counting).
|
thought were essential (e.g. hit counting).
|
||||||
|
|
Loading…
Reference in a new issue