diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index fb84adb74e..9607c10808 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -614,6 +614,7 @@ EDDD EDDE EDDF EDE +ededf EDFF edgelogo edgeoldlogo diff --git a/README.md b/README.md index 14b0d3a853..345c332972 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ For a video overview of PowerToys, including install steps and a walkthrough of ### Color Picker -[](https://aka.ms/PowerToysOverview_ColorPicker) [Color Picker](https://aka.ms/PowerToysOverview_ColorPicker) is a simple and quick system-wide color picker with Win+Shift+C. Color Picker allows to pick colors from any currently running application and automatically copies the HEX or RGB values to your clipboard. This code is based on [Martin Chrzan's Color Picker](https://github.com/martinchrzan/ColorPicker). -
+[](https://aka.ms/PowerToysOverview_ColorPicker) [Color Picker](https://aka.ms/PowerToysOverview_ColorPicker) is a simple and quick system-wide color picker with Win+Shift+C. Color Picker allows to pick colors from any currently running application and automatically copies it in a configurable format to your clipboard. Color Picker also contains an editor that shows a history of previously picked colors, allows you to fine-tune the selected color and to copy different string representations. This code is based on [Martin Chrzan's Color Picker](https://github.com/martinchrzan/ColorPicker) and [Niels Laute's UX concept](https://medium.com/@Niels9001/a-fluent-color-meter-for-powertoys-20407ededf0c).