Skip to content

Commit

Permalink
Fixing indentation in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rwbutler committed Aug 27, 2019
1 parent 180d77a commit be478a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ view.addSubview(gradient)
AnimatedGradientView supports three types of gradients which can be set using the `type` property.

```swift
let gradient = AnimatedGradientView(frame: view.bounds)
let gradient = AnimatedGradientView(frame: view.bounds)
gradient.autoAnimate = false
gradient.colorStrings = [["#3224AE", "#FF66FF"]]
gradient.type = .axial
Expand Down

0 comments on commit be478a8

Please sign in to comment.