diff options
author | Jose <jose@zeroc.com> | 2019-06-20 09:49:17 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-06-20 09:49:17 +0200 |
commit | d3b0df04862170051fd83b09984732ce33d7924d (patch) | |
tree | 50cb157fdbe21053249f69ec9c70f3ea30073d1c | |
parent | Merge remote-tracking branch 'origin/3.7' into swift (diff) | |
download | ice-d3b0df04862170051fd83b09984732ce33d7924d.tar.bz2 ice-d3b0df04862170051fd83b09984732ce33d7924d.tar.xz ice-d3b0df04862170051fd83b09984732ce33d7924d.zip |
Minor fix to swift README
-rw-r--r-- | swift/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/README.md b/swift/README.md index bc823ea7db7..6e9f43aecd9 100644 --- a/swift/README.md +++ b/swift/README.md @@ -81,7 +81,7 @@ python allTests.py --config Debug --platform iphoneos In your `Cartfile` add a reference to Ice package ``` -github "zeroc-ice/ice" ~> swift +github "zeroc-ice/ice" swift ``` [1]: https://zeroc.com/distributions/ice |