diff --git a/README.md b/README.md
index 8b00592..75d9916 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,15 @@ Wikipedia article comparison tool. This tool allows you to compare the data cont

-
-
Access online demo : [radar.dariow.fr](https://radar.dariow.fr)
-
+
+
+
+
Access online demo : [radar.dariow.fr](https://radar.dariow.fr)
+
+
+
## Dependencies
@@ -100,6 +104,13 @@ docker-compose up -d
```
-The site is now available locally on https://localhost:8888
+The site is now available locally on https://localhost:8888 or [https://\:8888]()
-Or at the ip address of your machine [https://\:8888]()
+
+## Clean remove
+
+You can remove the containers with :
+
+```yaml
+docker-compose down
+```