From cb72eeec06a0dd0f7d0b5aa31071b0c891931789 Mon Sep 17 00:00:00 2001 From: Gordon Shumway Date: Wed, 5 Feb 2020 04:06:08 -0500 Subject: [PATCH] Update README.md --- Jeopardy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jeopardy/README.md b/Jeopardy/README.md index 15641b6..8a00c06 100644 --- a/Jeopardy/README.md +++ b/Jeopardy/README.md @@ -13,9 +13,9 @@ To run a local instance (190K+ questions, can add more questions as episodes con ## Commands ``` -start [--num ] [--shuffle] [--no-hints] [category1, category2, etc,] +start [--num ] [--shuffle] [--no-hints] [--random-category] [category1, category2, etc,] ``` -Calling the `start` command by itself will yield a round of random questions. Adding category names after the start command will search for specific categories by name. Calling start while a game is running will add additional questions to the queue. Use `--shuffle` to randomize question order. Use `--no-hints` to disable hints for the round. +Calling the `start` command by itself will yield a round of random questions. Adding category names after the start command will search for specific categories by name. The `--random-category` option will return questions from a randomly selected category. Calling `start` while a game is running will add additional questions to the queue. Use `--shuffle` to randomize question order. Use `--no-hints` to disable hints for the round. ``` categories