Skip to content

Commit 478c12d

Browse files
committed
Why did I do that stupid thing? That's better...
1 parent 5aaa034 commit 478c12d

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
@@ -176,8 +176,8 @@ Another good thing to do before you ask for help is try testing what you have in
176176

177177
```jinja
178178
{% from 'color_multi_tool.jinja' import rgb2xy %}
179-
{% set _rgb2zy = rgb2xy(_nrgb).split(",") | list -%}
180-
{{ [_rgb2zy[0]|float|round(3),_rgb2zy[1]|float|round(3)] }}
179+
{% set _rgb2xy = rgb2xy(_nrgb).split(",") | list -%}
180+
{{ [_rgb2xy[0]|float|round(3),_rgb2xy[1]|float|round(3)] }}
181181
```
182182

183183
REMEMBER:

0 commit comments

Comments
 (0)