From bad550c4055723c98e8e47b639323b52bc08cdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D0=B8=D0=BD=D0=B0=20=D0=9F=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Fri, 30 Jan 2026 14:41:24 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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^