From bcff9fecb3e8da8b798fb48d1a240ea494510989 Mon Sep 17 00:00:00 2001 From: Tobias Fried Date: Wed, 20 Oct 2021 20:21:48 -0400 Subject: [PATCH] chore(readme): typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6174de..ca6da3b 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ ReactDOM.render(, document.getElementById("root")); > **Note:** Due to possible namespace collisions with built-in HTML elements, compononent names in the Vue library are prefixed with `Ph`, but otherwise follow the same naming conventions. Both Pascal and kebab-case conventions can be used in templates. -## Related Projects +## Our Related Projects - [phosphor-react](https://github.com/phosphor-icons/phosphor-react) ▲ Phosphor icon component library for React - [phosphor-vue](https://github.com/phosphor-icons/phosphor-vue) ▲ Phosphor icon component library for Vue