From f56f1126cb47be351eb31e81713ae1fe177170b8 Mon Sep 17 00:00:00 2001 From: Kyle Beechly Date: Sat, 18 May 2024 01:28:38 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 788664d..8ddd90f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Running the executable will produce the standard randomized data as defined in t ### How does Real\*Dice\* work? -Check the source, [Hackage}(https://hackage.haskell.org/package/real-dice), or Hoogle (Coming Soon!) for documentation! +Check the source, [Hackage](https://hackage.haskell.org/package/real-dice), or Hoogle (Coming Soon!) for documentation! The RNG system itself is a basic randomized table lookup. If it's good enough for [the most perfect software ever written](https://www.youtube.com/watch?v=pq3x1Jy8pYM&t=32s), it's good enough for me!