From bac322c67f59df6934774b0d88770f754efd4747 Mon Sep 17 00:00:00 2001 From: Alexander Kraus Date: Thu, 12 Oct 2023 17:46:01 +0200 Subject: [PATCH] Small fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8b7c4..67ca3ca 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ImageColorPicker can * Paste images or html with images into the preview with `Edit->Paste` or `CTRL+v`. * Drop images or html with images into the preview over drag&drop (for example from web browsers). This will resolve URLS per http request and decode base-64 encoded images. * Select the color format you want to copy when hitting `CTRL+c` over the `Copy`-dropdown. -* Copy the currently selected color by pressing `CTRL+c`. +* Select colors by clicking into the image. Copy the currently selected color by pressing `CTRL+c`. # License ImageColorPicker is (c) 2023 Alexander Kraus and GPLv3; see LICENSE for details.