Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WenchaoD committed Apr 21, 2017
1 parent fa7b98e commit 6f10528
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README-OBJECTIVE-C.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@ Sets the path for page indicators to use for the specified state. (selected/norm
### Cocoapods
```ruby
use_frameworks!
pod FSPagerView
target '<Your Target Name>' do
pod 'FSPagerView'
end
```

### Carthage
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ pageControl.setPath(UIBezierPath(ovalIn: CGRect(x: 0, y: 0, width: 8, height: 8)
### Cocoapods
```ruby
use_frameworks!
pod FSPagerView
target '<Your Target Name>' do
pod 'FSPagerView'
end
```

### Carthage
Expand Down

0 comments on commit 6f10528

Please sign in to comment.