From f52a9e9ac2e41ab53b74ae2eb52725f2b764f6f6 Mon Sep 17 00:00:00 2001 From: jonzenor Date: Tue, 6 Dec 2022 21:26:17 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d3880f..18bdbb5 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,13 @@ A WoW Addon to track how many times your character has died, and tell you how lo ## Commands -For any of the commands you can use ''/dcr'' as a shortcut for ''/deathcounter'' +For any of the commands you can use ``/dcr`` as a shortcut for ``/deathcounter`` -''/deathcounter'' -- Tell you how many times you have died, and how long you've been alive for. -''/deathcounter help'' -- Show a help message with this list of commands. -''/deathcounter reset confirm'' -- Erase the stats and start fresh. (For debug testing only) +| Command | Description | +| ------------- | ------------- | +|``/deathcounter`` | Tell you how many times you have died, and how long you've been alive for. | +|``/deathcounter help`` | Show a help message with this list of commands. | +|``/deathcounter reset confirm`` | Erase the stats and start fresh. (For debug testing only) | ## Authors