Fix SwiftWasm book link in README.md

This commit is contained in:
Max Desiatov 2020-06-23 13:56:13 +01:00 committed by GitHub
parent c25134a3d1
commit 934fa831b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ you can avoid using `webpack` altogether.
On either platform you should install cross-compilation SwiftWasm toolchain via
[`swiftenv`](https://github.com/kylef/swiftenv) as described in [the SwiftWasm
Book](https://swiftwasm.github.io/swiftwasm-book/GettingStarted.html), in addition to the
Book](https://swiftwasm.github.io/swiftwasm-book/index.html), in addition to the
host Swift 5.2 toolchain mentioned above.
In the future, manual installation of SwiftWasm won't be required, please see issue