From f553538798f53de2d0076fda31659a2fd1851409 Mon Sep 17 00:00:00 2001 From: Kunal Marwaha Date: Sat, 3 Aug 2019 21:07:06 -0700 Subject: [PATCH] typo: abreviation -> abbreviation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bccd3b3..7f23cb9 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Die 1 | Die 2 | Result | | Die 1 | Die 2 | Result | | Die 1 | Die 2 | Re 2 | 5 | A | | 4 | 5 | M | | 6 | 5 | Y 2 | 6 | B | | 4 | 6 | N | | 6 | 6 | Z -Yet another solution would be to get a set of cards (a deck of 32 cards is sufficient). Shuffle it for some time, and then shuffle it again, just to be sure. Get a piece of paper and note down the order of the cards, using an abreviation for each card. For instance, you can use `KS` for for the King of Spades and `10H` for the 10 of Heart. You can now either keep the piece of paper securely with you, or keep your set of cards in the same order always in your bag and starting over when you need the code! +Yet another solution would be to get a set of cards (a deck of 32 cards is sufficient). Shuffle it for some time, and then shuffle it again, just to be sure. Get a piece of paper and note down the order of the cards, using an abbreviation for each card. For instance, you can use `KS` for for the King of Spades and `10H` for the 10 of Heart. You can now either keep the piece of paper securely with you, or keep your set of cards in the same order always in your bag and starting over when you need the code! ### What if I lose my code?