From f9731444079f6477d620a13a11b1a40b652dbcfe Mon Sep 17 00:00:00 2001 From: Merrick Christensen Date: Fri, 6 Oct 2023 05:30:45 -0600 Subject: [PATCH] Update README.md (#86) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c876a40..a9cda3c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,8 @@ const RandomWordProjection: Projection = { return ; }, // what group should the projection appear in - name: "Utils", + group: "Utils", + name: "Random Word" }; export default RandomWordProjection;