diff --git a/README.md b/README.md index f7fce253..323bb6b2 100644 --- a/README.md +++ b/README.md @@ -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: