From cd4754901c6559da2e660ee53a99267922a6e966 Mon Sep 17 00:00:00 2001 From: Dylan Pizzo Date: Wed, 19 Feb 2025 19:51:26 -0800 Subject: [PATCH] Tweak the wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f31f03..4bc2087 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Dominionator -A web-app for making [Dominion](https://www.riograndegames.com/games/dominion/) fan-cards. Inspired by [shardofhonor's dominion-card-generator](https://github.com/shardofhonor/dominion-card-generator), but trying to be more modern and maintainable with React and Typescript. Currently no editor exists, but you can mess with the hardcoded array in `src/cards.ts` to get the cards to show up. +A web-app for making [Dominion](https://www.riograndegames.com/games/dominion/) fan-cards. Inspired by [shardofhonor's dominion-card-generator](https://github.com/shardofhonor/dominion-card-generator), but trying to be more modern and maintainable with React and Typescript. Currently it's not much of a web-app since there are no inputs to edit the cards, but you can mess with the hardcoded array in `src/cards.ts` to render arbitrary cards. To run it, clone the repo and run `deno task dev`. \ No newline at end of file