Skip to content

Commit dddbe64

Browse files
committed
Update README.md
1 parent 12d3e16 commit dddbe64

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Version: 0.2
2121

2222
## How to install it?
2323

24-
[CocoaPods](http://cocoapods.org) is the easiest way to install KMAccordionTableViewController. Run ```pod search AccordionTableViewController``` to search for the latest version. Then, copy and paste the ```pod``` line to your ```Podfile```. Your podfile should look like:
24+
[CocoaPods](http://cocoapods.org) is the easiest way to install AccordionTableViewController. Run ```pod search AccordionTableViewController``` to search for the latest version. Then, copy and paste the ```pod``` line to your ```Podfile```. Your podfile should look like:
2525

2626
```
2727
platform :ios, '9.0'
@@ -64,7 +64,7 @@ class ViewController: AccordionTableViewController {
6464

6565
### Customization
6666

67-
Each section has an `appearence` var
67+
Each section has an `appearence` var and it can be customized
6868

6969
```swift
7070
var open = false
@@ -86,4 +86,4 @@ If you have any questions comments or suggestions, send me a message. If you fin
8686

8787
## Copyright and license
8888

89-
Copyright (c) 2014 Klevison Matias (http://twitter.com/klevison). Code released under [the MIT license](LICENSE).
89+
Copyright (c) 2015 Klevison Matias (http://twitter.com/klevison). Code released under [the MIT license](LICENSE).

0 commit comments

Comments
 (0)