diff --git a/README.md b/README.md
index 8a18a58..cc18b3b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,6 @@
[](https://circleci.com/gh/containrrr/watchtower)
[](https://codecov.io/gh/containrrr/watchtower)
[](https://godoc.org/github.com/containrrr/watchtower)
- [](https://microbadger.com/images/containrrr/watchtower)
[](https://goreportcard.com/report/github.com/containrrr/watchtower)
[](https://github.com/containrrr/watchtower/releases)
[](https://www.apache.org/licenses/LICENSE-2.0)
diff --git a/docs/index.md b/docs/index.md
index d59b3b1..ef234ec 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -17,9 +17,6 @@
-
-
-
@@ -58,8 +55,8 @@ the following command:
```yaml
version: "3"
services:
- watchtower:
- image: containrrr/watchtower
- volumes:
- - /var/run/docker.sock:/var/run/docker.sock
+ watchtower:
+ image: containrrr/watchtower
+ volumes:
+ - /var/run/docker.sock:/var/run/docker.sock
```