docs: Changed a word in the README

This commit is contained in:
Sayantan Santra 2024-05-31 01:51:11 -05:00
parent 2cf0e5d2de
commit f19f3249cc
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 2 additions and 2 deletions

View File

@ -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).