summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-09-28 16:34:23 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-09-28 16:34:23 +0200
commit6d09959455ecc80cafeb411701b3294aad958759 (patch)
tree2ef06c916f215a777b2cae23e2cbd8bdae6cc354
parente40c0e7d75df7922dd24fd5d756cd7f907035545 (diff)
chore(README): fix asciidoc blunders
-rw-r--r--README.adoc18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.adoc b/README.adoc
index b791064..2defc5c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -313,24 +313,24 @@ Changelog
 ---------
 
 2.0.0 (WIP)
-^^^^^^^^^^^
+~~~~~~~~~~~
 
 * Replace `admin` and `web` frontends with pure EcmaScript
   frontend `bahnhofshalle`
 * Replace `web` API implementation with `warteraum`
 * Rename `flipper` to `anzeigetafel`
 * API:
-  * Move endpoints from `/` to `/api/v1/`
-  * `/api/v1/queue/add` HTML response changes, since no longer
-    used by the frontend (except when no JavaScript is available)
-  * Add cleaned up version of the API as `/api/v2`. This one is used
-    by `bahnhofshalle` and `anzeigetafel` and should be utilized by
-    clients going forward.
+** Move endpoints from `/` to `/api/v1/`
+** `/api/v1/queue/add` HTML response changes, since no longer
+   used by the frontend (except when no JavaScript is available)
+** Add cleaned up version of the API as `/api/v2`. This one is used
+   by `bahnhofshalle` and `anzeigetafel` and should be utilized by
+   clients going forward.
 * Deployment:
-  * Implement API/Frontend deployment as a NixOS service
+** Implement API/Frontend deployment as a NixOS service
 
 1.0.0
-^^^^^
+~~~~~
 
 https://github.com/openlab-aux/flipdot-gschichtler/tree/1.0.0[Browse code]