From 2366419a001725fbe07b33626c29b40c76ef6a0e Mon Sep 17 00:00:00 2001 From: Mark <16909269+Archmonger@users.noreply.github.com> Date: Sat, 22 Jan 2022 17:27:42 -0800 Subject: [PATCH] Fix minor grammar error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77dd0e31..ea207acd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## `example_app/components.py` This is where you'll define your [IDOM](https://github.com/idom-team/idom) components. Ultimately though, you should -feel free to organize your component modules you wish. Any components created will ultimately be referenced +feel free to organize your component modules as you wish. Any components created will ultimately be referenced by Python dotted path in `your-template.html`. ```python