Skip to content

Commit ec4eef1

Browse files
authored
Clean up wording in WebGPU/README.md
1 parent e0879bd commit ec4eef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WebGPUDemo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the Swift SDK in the following command to the version that matches your installe
99
swift package --swift-sdk swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-17-a_wasm js --use-cdn
1010
```
1111

12-
WebGPU requires a beta or technical preview version of Safari. For recent release versions make sure to enable
12+
WebGPU is enabled by default in beta and technical preview versions of Safari. Safari 17 and 18 require enabling
1313
WebGPU feature flag as shown on the screenshot:
1414

1515
<img width="833" alt="Safari Feature Flags settings tab with WebGPU enabled" src="https://github.com/user-attachments/assets/7d0453ab-da51-4a6e-85da-dc466cf775be" />
@@ -20,5 +20,5 @@ Start a HTTP server with eg. `python3 -m http.server` or `npx serve`, then open
2020
http://localhost:8000 for `python3` or http://localhost:3000 for `npx serve` to view the Swift logo rendered using WebGPU.
2121

2222
> [!NOTE]
23-
> If using an editor with SourceKit-LSP, make sure to update `.sourcekit-lsp/config.json` with the
23+
> When using an editor with SourceKit-LSP, update `.sourcekit-lsp/config.json` with the
2424
> Swift SDK used in your build command.

0 commit comments

Comments
 (0)