Skip to content

Commit 3179e34

Browse files
authored
Polish wording in WebGPUDemo/README.md (#38)
1 parent 43ce560 commit 3179e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebGPUDemo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WebGPU feature flag as shown on the screenshot:
1616

1717
See [the WebGPU Implementation Status page](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status) for information about compatibility with other browsers.
1818

19-
Start a HTTP server with eg. `python3 -m http.server` or `npx serve`, then open
19+
Start an HTTP server that hosts the Wasm binary and other assets included in the project, e.g. you can use `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]

0 commit comments

Comments
 (0)