Skip to content

Commit d49a9cf

Browse files
authored
Specify correct SwiftWasm snapshot in README.md
We should recommend that users install stable 5.3 snapshots instead of old development snapshots.
1 parent 07e687b commit d49a9cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ e.g.
1414

1515
```sh
1616

17-
$ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-06-03-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-06-03-a-osx.tar.gz
17+
$ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3-SNAPSHOT-2020-08-10-a/swift-wasm-5.3-SNAPSHOT-2020-08-10-a-osx.tar.gz
1818
$ swift --version
19-
Swift version 5.3-dev (LLVM 47c28180d7, Swift 5f96d487e0)
20-
Target: x86_64-apple-darwin19.3.0
19+
Swift version 5.3-dev (LLVM 09686f232a, Swift 5a196c7f13)
20+
Target: x86_64-apple-darwin19.6.0
2121
```
2222

2323
## Usage

0 commit comments

Comments
 (0)