Fix typo in README.md

This commit is contained in:
Dmitry Frishbuter 2019-10-05 20:59:03 +06:00
parent bf0c9e6151
commit c6fcc1728d
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ let mixedColor = originalColor.mixed(withColor: .blue)
#### Gradients
**DynamicColor** provides an useful object to work with gradients: **DynamicGradient**. It'll allow you to pick color from gradients, or to build to build a palette using different color spaces (.e.g.: *RGB*, *HSL*, *HSB*, *Cie L\*a\*b\**).
**DynamicColor** provides an useful object to work with gradients: **DynamicGradient**. It'll allow you to pick color from gradients, or to build a palette using different color spaces (.e.g.: *RGB*, *HSL*, *HSB*, *Cie L\*a\*b\**).
Let's define our reference colors and the gradient object:
```swift