Commit a83e210f authored by Stuart Wakefield's avatar Stuart Wakefield

[Readme] Minor typo

Should be hyphen `.swift-version` was underscore `.swift_version`.
parent 5dd77513
...@@ -23,7 +23,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -23,7 +23,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### Enhancements ##### Enhancements
* Use the SWIFT_VERSION when linting pods. To lint with Swift 3.0 * Use the SWIFT_VERSION when linting pods. To lint with Swift 3.0
add a Swift Version file. `echo "3.0" >> .swift_version`. add a Swift Version file. `echo "3.0" >> .swift-version`.
[Danielle Tomlinson](https://github.com/dantoml) [Danielle Tomlinson](https://github.com/dantoml)
[#5841](https://github.com/CocoaPods/CocoaPods/pull/5841) [#5841](https://github.com/CocoaPods/CocoaPods/pull/5841)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment