Skip to content

Commit

Permalink
Fix color example
Browse files Browse the repository at this point in the history
  • Loading branch information
omgovich committed May 21, 2021
1 parent c09d877 commit b049358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Parses the given input and creates a new Colord instance. String parsing strictl
import { colord } from "colord";

// String input examples
colord("FFF");
colord("#FFF");
colord("#ffffff");
colord("#ffffffff");
colord("rgb(255, 255, 255)");
Expand Down

0 comments on commit b049358

Please sign in to comment.