Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the README to show the correct expected values
`getHsl` and `getHsla` rotate the hue to the standard range [0, 360). Essentially 360 is parsed and recalculated to 0 following the logic [here](http://www.w3.org/TR/css3-color/#hsl-color).
- Loading branch information