Drop pre from README.md install instructions

This commit is contained in:
Blake Watters
2013-03-27 18:02:01 -04:00
parent e0c6ed24c5
commit ebab44136e

View File

@@ -579,11 +579,11 @@ $ touch Podfile
$ edit Podfile
platform :ios, '5.0'
# Or platform :osx, '10.7'
pod 'RestKit', '~> 0.20.0pre'
pod 'RestKit', '~> 0.20.0'
# Testing and Search are optional components
pod 'RestKit/Testing', '~> 0.20.0pre'
pod 'RestKit/Search', '~> 0.20.0pre'
pod 'RestKit/Testing', '~> 0.20.0'
pod 'RestKit/Search', '~> 0.20.0'
```
Install into your project: