diff --git a/README.md b/README.md index 1d30f9a..7cd2a8e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you enable the experimental features mode in Docker, [it does expose some ver To upgrade to a new version: -1. Execute `docekr rm --force docker_exporter` to stop the existing instance. +1. Execute `docker rm --force docker_exporter` to stop the existing instance. 1. Execute `docker pull prometheusnet/docker_exporter` to download the new version. 1. Execute the `docker run` command from the quick start to start the new version.