From 28bd0bab5ec33b99df86deb367f4dc06c3a0834c Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Wed, 17 Sep 2025 18:49:25 +0100 Subject: [PATCH] Remove outdated wording in `wasm-getting-started.md` --- documentation/articles/wasm-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/articles/wasm-getting-started.md b/documentation/articles/wasm-getting-started.md index 44ef066ba..e58c83ee4 100644 --- a/documentation/articles/wasm-getting-started.md +++ b/documentation/articles/wasm-getting-started.md @@ -29,7 +29,7 @@ The distributed artifact bundles also include support for the experimental Embed 1. [Install `swiftly` per the instructions](https://www.swift.org/install/) for the platform that you're bulding on. -2. Install Swift {{ release_name }} with `swiftly install {{ release_name }}`, note the exact snapshot date component in the output of this command. +2. Install Swift {{ release_name }} with `swiftly install {{ release_name }}`. 3. Select the installed toolchain with `swiftly use {{ release_name }}`.