From e9cf4ddf7cb7ae878f1b2303415066c0b319fa23 Mon Sep 17 00:00:00 2001
From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr>
Date: Tue, 3 Jan 2023 16:17:25 +0100
Subject: [PATCH] README

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

diff --git a/README.md b/README.md
index af9db32..7890473 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ The following commands are extracted from the aforementionned documentation, it
 ```bash
 python3 -m venv wikstraktorenv #create wikstraktorenv environment
 . wikstraktorenv/bin/activate #activate environment
-pip install Flask
+pip install Flask #install Flask
 ```
 
 ## Use
@@ -46,11 +46,9 @@ The server runs by default on port 5000, you can change that in the ```wikstrakt
 ./wikstraktor_server.py
 ```
 Then there is a very simple API :
-```http
-GET server_url/search/<word> #Searches the word in the default wiktionary
-GET server_url/search/<wiktlang>/<wordlang>/<word> #Searches the word In wordlang in the wiktlang wiktionary
-```
-Both API calls return a json object
+* ``GET server_url/search/<word>`` : Searches the word in the default wiktionary
+* ``GET server_url/search/<wiktlang>/<wordlang>/<word>`` : Searches the word In wordlang in the wiktlang wiktionary
+Both API calls return a json object.
 
 ## Licence
 TODO but will be open source
-- 
GitLab