From 5f643254e3a46699e97e8ec2701190e8bb3dac4e Mon Sep 17 00:00:00 2001 From: Iipin <52832022+Iipin@users.noreply.github.com> Date: Sat, 21 Dec 2019 18:09:53 +0100 Subject: [PATCH] Fix README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 995f34e..eede10e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Usage -The only command provided is `\DrawHand{height}{description}`, where `height` is the target height of the resulting TikZ figure and `description` is the hand description in following format: +The only command provided is `\DrawHand{description}{height}`, where `height` is the target height of the resulting TikZ figure and `description` is the hand description in following format: -- Any of the `mpsz` changes the current tile color, +- Any of the `mpsz` changes the current tile suite, - Any of the `0123456789` (for `mps`), `1234567` (for `z`) or `?` draws a tile. If a `*` follows, the tile is drawn rotated. `0` means red five and `?` means tile back, - `~` makes space of length equal to 0.5 of tile's width. -Putting number before current color is specified or including any other characters in description results in undefined behavior. +Putting number before first suite is specified or including any other characters in description results in undefined behavior. -Tile images are created by FluffyStuff, available under [https://github.com/FluffyStuff/riichi-mahjong-tiles](https://github.com/FluffyStuff/riichi-mahjong-tiles) and licensed under [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). \ No newline at end of file +Tile images are created by FluffyStuff, available under [https://github.com/FluffyStuff/riichi-mahjong-tiles](https://github.com/FluffyStuff/riichi-mahjong-tiles) and licensed under [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).