1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 16:01:56 +02:00

Update readme to add new hslColor feature

This commit is contained in:
Andreas Frömer 2019-08-27 09:20:57 +02:00
parent 3e65dfdb18
commit 3871f90844

View File

@ -250,6 +250,8 @@ Methods accepting a `$timezone` argument default to `date_default_timezone_get()
rgbCssColor // 'rgb(0,255,122)'
safeColorName // 'fuchsia'
colorName // 'Gainsbor'
hslColor // '340,50,20'
hslColorAsArray // array(340,50,20)
### `Faker\Provider\File`