Skip to content

Commit

Permalink
Update README.md (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
iammerrick authored Oct 6, 2023
1 parent c2d5022 commit f973144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ const RandomWordProjection: Projection = {
return <button onClick={click}>Random Word</button>;
},
// what group should the projection appear in
name: "Utils",
group: "Utils",
name: "Random Word"
};

export default RandomWordProjection;
Expand Down

0 comments on commit f973144

Please sign in to comment.