Skip to content

Commit

Permalink
Rename to Path
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Nov 28, 2016
1 parent a27bc1e commit c9905a6
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 @@ -95,7 +95,7 @@ let layer = path.layer
- The cool thing about `CALayer` is that most of its properties are animatable

```swift
let layer = PathShape(attributes: attributes).layer
let layer = Path(attributes: attributes).layer
let animator = Animator()
animator.animate(layer: layer)
```
Expand Down

0 comments on commit c9905a6

Please sign in to comment.