summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-12-21 19:55:26 +0100
committerErich Eckner <git@eckner.net>2022-12-21 19:55:26 +0100
commit02240ee286f969ab77ef47e4cf04a930ae90e3cb (patch)
treef6c036a91706b93b1a5c20fcafc32ff3a0b83e98
parent18058f3646b51df4d97bf41c2752816b32748e1f (diff)
downloadwordle-backend-02240ee286f969ab77ef47e4cf04a930ae90e3cb.tar.xz
make README valid html
-rw-r--r--README20
1 files changed, 12 insertions, 8 deletions
diff --git a/README b/README
index a66e630..3930016 100644
--- a/README
+++ b/README
@@ -1,8 +1,12 @@
-Wordle-Backend
-
-endpoint /create
-* create a new puzzle (stored in a cookie)
-
-endpoint /try/$your_trial
-* retrieve statistics on the trial word $your_trial in json
-* this will redirect to create a new puzzle if no cookie is found
+<html>
+<body>
+<h1>Wordle-Backend</h1>
+<h2><a href="/create">/create</a></h2>
+<ul>
+<li>create a new puzzle (stored in a cookie)</li>
+</ul>
+<h2><a href="/try/fortytwo">/try/$your_trial</a></h2>
+<ul>
+<li>retrieve statistics on the trial word $your_trial in json</li>
+<li>this will redirect to create a new puzzle if no cookie is found</li>
+</ul>