Merge pull request #53 from DmitryFrishbuter/readme-typos

Fix typo in README.md
This commit is contained in:
Yannick Loriot 2019-10-06 21:35:50 +01:00 committed by GitHub
commit 0921ec25e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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