diff --git a/README.md b/README.md index 0aafdee6a..2644995b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -![/Træfɪk/](docs/img/traefik.logo.png "/Træfɪk/") +![Træfɪk](docs/img/traefik.logo.png "Træfɪk") -/Træfɪk/ is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. +Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Mesos/Marathon, Consul, Etcd, Rest API, file...) to manage its configuration automatically and dynamically (hot-reload). ![Backends](docs/img/backends.png "Backends") @@ -58,7 +58,7 @@ traefikLogsStdout = true ## File backend -Like any other reverse proxy, /Træfɪk/ can be configured with a file. You have two choices: +Like any other reverse proxy, Træfɪk can be configured with a file. You have two choices: * simply add your configuration at the end of the global configuration file ```traefik.tml``` : @@ -147,7 +147,7 @@ filename = "rules.toml" value = "/test" ``` -If you want /Træfɪk/ to watch file changes automatically, just add: +If you want Træfɪk to watch file changes automatically, just add: ```toml [file] diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 8b2f54167..50d1e25e4 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -1,4 +1,4 @@ -# /Træfɪk/ +# Træfɪk * Add traefik.protocol label * Providers recovery diff --git a/docs/img/traefik.logo.png b/docs/img/traefik.logo.png index 9e5c88252..38205aa69 100644 Binary files a/docs/img/traefik.logo.png and b/docs/img/traefik.logo.png differ