Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

fix typo in readme #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down