Skip to content

Commit

Permalink
Fix outdated version reference in README.md
Browse files Browse the repository at this point in the history
closes #12
  • Loading branch information
blakewatters committed Dec 27, 2013
1 parent 80cd3aa commit 8273474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ touch Podfile
$ edit Podfile
platform :ios, '5.0'
# Or platform :osx, '10.7'
pod 'TransitionKit', '~> 1.0.0'
pod 'TransitionKit', '~> 2.0.0'
```

Install into your project:
Expand Down

0 comments on commit 8273474

Please sign in to comment.