Skip to content

Commit a11fa2a

Browse files
committed
DOCS: Improve readme
1 parent d5c5d38 commit a11fa2a

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
@@ -15,8 +15,8 @@ Colors can be created from hex, rgb and hsl values
1515
- `color = ${ Color.rgb(100, 0, 256) }` expects three integers each between 0 and 255
1616
- `color = ${ Color.hsl(156, 25, 75) }` expects three integers a degree 0-355 and two percent values 0-100
1717

18-
The methods rgb and hsl allow to specify the alpga as fourth argument
19-
expecting a dfloat between 0 and 1 `color = ${ Color.hsl(156, 25, 75, 0.5) `
18+
The methods rgb and hsl allow to specify the alpha as fourth argument
19+
expecting a float between 0 and 1 `color = ${ Color.hsl(156, 25, 75, 0.5) }`
2020

2121
### Manipulating
2222

0 commit comments

Comments
 (0)