Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 2ef2616

Browse files
author
Ilter Cengiz
committed
Updated README.md
1 parent 3ebb379 commit 2ef2616

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Or you can use CocoaPods (as this is the recommended way).
1717

1818
## Usage
1919

20-
Subclass ViewPagerController (as it's a UIViewController subclass) and implement dataSource and delegate methods in the subclass.
20+
Subclass ViewPagerController (as it's a `UIViewController` subclass) and implement dataSource and delegate methods in the subclass.
2121

2222
In the subclass assign self as dataSource and delegate,
2323

@@ -111,9 +111,7 @@ You can change ViewPager's options via `viewPager:valueForOption:withDefault:` d
111111
}
112112
}
113113
```
114-
You can change some colors too. Just like options, return the interested component's color, and leave out all the rest![^footnote]
115-
116-
[^footnote]: [Linkin Park - Leave Out All the Rest](http://www.youtube.com/watch?v=LBTXNPZPfbE)
114+
You can change some colors too. Just like options, return the interested component's color, and leave out all the rest![a link](http://www.youtube.com/watch?v=LBTXNPZPfbE)
117115

118116
### Options
119117

0 commit comments

Comments
 (0)