Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
xenocrat committed Aug 17, 2022
1 parent b8e7456 commit 34d2d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Interpret a CSS color definition:

Adjust the RGB values of a color:

$color2css->red(255);
$color2css->green(99);
$color2css->blue(71);
$color2css->red(1.0);
$color2css->green(0.388);
$color2css->blue(0.278);

Adjust the HSL values of a color:

Expand Down

0 comments on commit 34d2d3d

Please sign in to comment.