From 025ec0e87ba5a3d40c4481df0d89f44d5347a358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=BCbner?= Date: Sun, 12 Nov 2023 21:06:01 +0100 Subject: [PATCH] spelling --- docs/http-api-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http-api-mode.md b/docs/http-api-mode.md index f79426e..86afd2d 100644 --- a/docs/http-api-mode.md +++ b/docs/http-api-mode.md @@ -36,7 +36,7 @@ Notice that there is an environment variable named WATCHTOWER_HTTP_API_TOKEN. To curl -H "Authorization: Bearer mytoken" localhost:8080/v1/update ``` -To update only specific images, the image names can be provided as url query parameters. +In order to update only certain images, the image names can be provided as URL query parameters. ```bash curl -H "Authorization: Bearer mytoken" localhost:8080/v1/update?image=foo/bar,foo/baz