Skip to content

Commit a51e1b0

Browse files
committed
Update README
1 parent 576b2d8 commit a51e1b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SwiftyTimer (Swift 3)
1+
# SwiftyTimer
22

33
![Platforms](https://img.shields.io/badge/platforms-ios%20%7C%20osx%20%7C%20watchos%20%7C%20tvos-lightgrey.svg)
44
[![CI Status](https://api.travis-ci.org/radex/SwiftyTimer.svg?branch=master)](https://travis-ci.org/radex/SwiftyTimer)
@@ -78,14 +78,14 @@ Timer.every(5.seconds) { (timer: Timer) in
7878

7979
## Installation
8080

81-
**For Swift 3 compatibility, check out [the `swift3` branch](https://github.com/radex/SwiftyTimer/tree/swift3)**
81+
**Note:** If you're running Swift 2, use [SwiftyTimer v1.4.1](https://github.com/radex/SwiftyTimer/tree/1.4.1)
8282

8383
#### CocoaPods
8484

8585
If you're using CocoaPods, just add this line to your Podfile:
8686

8787
```ruby
88-
pod 'SwiftyTimer', git: 'https://github.com/radex/SwiftyTimer.git', branch: 'swift3'
88+
pod 'SwiftyTimer'
8989
```
9090

9191
Install by running this command in your terminal:
@@ -105,7 +105,7 @@ import SwiftyTimer
105105
Just add to your Cartfile:
106106

107107
```ruby
108-
github "radex/SwiftyTimer" "swift3"
108+
github "radex/SwiftyTimer"
109109
```
110110

111111
#### Manually

0 commit comments

Comments
 (0)