Skip to content

Commit 0d846ee

Browse files
committed
updated readme
1 parent f0e87b3 commit 0d846ee

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Scrollable UIStackView. Scroll your stack view with a smile up on your face. Wri
1111

1212
## Installation with CocoaPods
1313

14-
[CocoaPods](http://cocoapods.org) is a dependency manager for both Swift and Objective-C. ScrollableStackView is available through [CocoaPods](http://cocoapods.org). You can install it with the following command:
14+
[CocoaPods](http://cocoapods.org) is a dependency manager for both Swift and Objective-C. ScrollableStackView is available through CocoaPods. You can install it with the following command:
1515

1616
```bash
1717
$ gem install cocoapods
@@ -26,7 +26,7 @@ source 'https://github.com/CocoaPods/Specs.git'
2626
platform :ios, '9.0'
2727

2828
target 'TargetName' do
29-
pod "ScrollableStackView"
29+
pod "ScrollableStackView"
3030
end
3131
```
3232
Then, run the following command:
@@ -70,12 +70,16 @@ UIView *rectangle = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 55)];
7070
// ...
7171
```
7272
73-
74-
7573
## Example Project
7674
7775
Cocoapods
78-
To run the example project, clone the repo, and run `pod install` from the Example directory first.
76+
To run the example project, clone the repo, and run
77+
78+
```bash
79+
$ pod install
80+
```
81+
82+
from the Example directory first.
7983

8084
<!--## Code Snippets-->
8185
<!--## Wish List -->
@@ -92,6 +96,12 @@ If you see a way to improve the project :
9296
- If you **have a feature request**, open an issue.
9397
- If you **want to contribute**, submit a pull request. It's better to begin with an issue rather than a pull request, though, because we might disagree whether the proposed change is an actual improvement. :wink:
9498

99+
Thanks! :v:
100+
101+
[issue]: https://github.com/gurhub/ScrollableStackView/issues
102+
[pull request]: https://github.com/gurhub/ScrollableStackView/pulls
103+
[GitHub Swift Style Guide]: https://github.com/github/swift-style-guide
104+
95105
### TODO
96106

97107
- [ ] Add Storyboard in example project

0 commit comments

Comments
 (0)