diff options
author | Shav Kinderlehrer <[email protected]> | 2024-04-06 12:55:32 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-04-06 12:55:32 -0400 |
commit | 2c39714ca78201411693dba1fddb080ca90e140b (patch) | |
tree | 5d3b3c833654d67cd06e8787efff28451fbb307a | |
parent | 3c759c85a1c9393fd703f5d1bed7667c8111b63c (diff) | |
download | chela-2c39714ca78201411693dba1fddb080ca90e140b.tar.gz chela-2c39714ca78201411693dba1fddb080ca90e140b.zip |
Grammar fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Chela is a minimal URL shortener built in Rust. It is named after the small claw on crustaceans. ## Usage -You can create a redirect by navigating to the `/create` page and filling out the form. By default, every path passed to Chela will treated as a redirect except `/` and `/create`. +You can create a redirect by navigating to the `/create` page and filling out the form. By default, every path passed to Chela will be treated as a redirect except `/` and `/create`. ## Install and Run ### With Docker |