diff --git a/README.md b/README.md index 6472401..15a43e4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ This is a simple web service for playing a variation of the game "truth or dare," but "only truth." +Optional Parameters: + - `-n`: The number of questions that the program "remembers" as the last asked and does not ask them again. - `-p`: Port. - `-q`: Path to the file containing the list of questions. One line = one question. -^w^ \ No newline at end of file +handles the routes '/q' and '/about' + +^w^