diff --git a/README.md b/README.md
index 5d92029cd5c2d6ce2a5fe1c377b6be94e7538ebe..d75793c7fb618bf820f0ee8ac1d3e672b8b25a28 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 docker_server
-=========
+=============
 
 This roles deploys Docker and configures daemon, together with Traefik inverseproxy
 
@@ -34,7 +34,7 @@ This role makes use of a few variables which are set in case the target server i
   * metabase
 * docker_registry_auth : configuration for connecting to docker registry (goes in /root/.docker/config.json)
 
-Note : all variables defined in defualts_main.yml might be useful in another role, in that case, it would be better to have them overwritten at play or host_vars level in order to make sure the same value is provided to each independant role
+Note : all variables defined in defaults/main.yml might be useful in another role, in that case, it would be better to have them overwritten at play or host_vars level in order to make sure the same value is provided to each independant role
 
 Variables from vars directory:
 * OS specific (RedHat.yml / Debian.yml) :
@@ -43,7 +43,7 @@ Variables from vars directory:
 * Global (main.yml):
   * pip_packages: Python pip packages to be installed / upgraded
   * timezone: for Traefik logs (defaults to "Europe/Paris")
-  * traefik_version: "v2.9.6"
+  * traefik_version: "v2.10"
 
 This role also makes use of variables gathered from facts :
 * ansible_os_family : Family of Operating System (Debian or RedHat)