From 0baa6dce2cfc8fcdda09b2fd396c499f34acced2 Mon Sep 17 00:00:00 2001 From: AndreasJagiella-EH <67098649+AndreasJagiella-EH@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:29:22 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.