Skip to content

Commit

Permalink
Drop pre from README.md install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Mar 27, 2013
1 parent 4208d6f commit f8d65d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit f8d65d5

Please sign in to comment.