From 2c39714ca78201411693dba1fddb080ca90e140b Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Sat, 6 Apr 2024 12:55:32 -0400 Subject: [PATCH] Grammar fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd28202..acaf051 100644 --- a/README.md +++ b/README.md @@ -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