From 898a444cdd31193b7a0f43dab96136d922387820 Mon Sep 17 00:00:00 2001
From: Jakob Moser <moser@cl.uni-heidelberg.de>
Date: Tue, 8 Mar 2022 13:30:22 +0100
Subject: [PATCH] Fix advanced tips display

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 21a39d0..ee37023 100644
--- a/README.md
+++ b/README.md
@@ -35,10 +35,10 @@ sudo docker run -it \
 
 This will take a few seconds, in which the container starts, xle parses the sentences and the results are written to a file. Afterwards, the container terminates.
 
-<summary>
-<details>Advanced tips</details>
+<details>
+<summary>Advanced tips</summary>
 
 Note that the `xle` specified in the `docker run` command is the name of the tag you've given the image when building, _not_ the command to be executed (although under the hood the container will call a Linux command also called `xle`).
-</summary>
+</details>
 
 [xle]:https://ling.sprachwiss.uni-konstanz.de/pages/xle/
\ No newline at end of file
-- 
GitLab