From 7407ee95a2d6358cfd207ae2184b2af41f55f2c8 Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Sat, 1 Aug 2020 15:08:30 +0200 Subject: [PATCH] Typo --- docs/Getting Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started.md b/docs/Getting Started.md index 80a7cc4..0fca055 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -21,7 +21,7 @@ docker run -d --name py-kms --restart always -p 1688:1688 pykmsorg/py-kms There are currently three tags of the image available (select one just by appending `:` to the image from above): * `latest`, currently the same like minimal... * `minimal`, wich is based on the python3 minimal configuration of py-kms. _This tag does NOT include `sqlite` support!_ -* `python3`, which is fully configurable and equiped with `sqlite` support and a web interface for management. +* `python3`, which is fully configurable and equipped with `sqlite` support and a web interface for management. If you just want to use the image and don't want to build them yourself, you can always use the official image at the [Docker Hub](https://hub.docker.com/r/pykmsorg/py-kms) (`pykmsorg/py-kms`). To ensure that you are using always the latest version you should check something like [watchtower](https://github.com/containrrr/watchtower) out!