Skip to content

Commit fbaad05

Browse files
committed
Fixed some typos in readme
1 parent 30d19c1 commit fbaad05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ You can use Figma's HEX input while OkColor is open and it will react to any col
4242

4343
The plugin doesn't support shapes with multiple colors and if you select one, the plugin will take the first color of the list (from the bottom).
4444

45-
Note that the hues in OkColor doesn't map the ones of HSL/HSB in Figma, for example here 0º doesn't mean pure red.
45+
Note that the hues in OkColor don't map the ones of HSL/HSB in Figma, for example here 0º doesn't mean pure red.
4646

4747
It also doesn't support shapes with gradient colors, but you can for example change the color of a shape with a solid fill and a gradient stroke.
4848

4949
Finally, keep in mind that OkHSL and OkHSV are made for the sRGB gamut, technically they will still work if Figma is in “Unmanaged” mode and you have a P3 screen, but for more precise P3 work you can use for example [oklch.com](https://oklch.com/), which is also based on the work of OkHSL/OkHSV creator.
5050

5151
## Links
52-
This plugin use the rendering and color conversion functions ([source code](https://github.com/bottosson/bottosson.github.io/tree/master/misc/colorpicker)) made by Björn Ottosson.
52+
This plugin uses the rendering and color conversion functions ([source code](https://github.com/bottosson/bottosson.github.io/tree/master/misc/colorpicker)) made by Björn Ottosson.
5353

5454
To know more about uniform color spaces, I recommend checking his original article: [Oksvh and Okhsl](https://bottosson.github.io/posts/colorpicker/). You can also try this online app made by the same author to easily compare different color pickers: [Interactive color picker comparison](https://bottosson.github.io/misc/colorpicker/).

0 commit comments

Comments
 (0)