Skip to content

Commit 3755189

Browse files
authored
Fix wrong ports in localhost URLs in WebGPUDemo/README.md (#35)
1 parent daded67 commit 3755189

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
@@ -16,8 +16,8 @@ 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. `python -m http.server` or `npx serve`, then open
20-
http://localhost:8000 to view the Swift logo rendered using WebGPU.
19+
Start a HTTP server with eg. `python3 -m http.server` or `npx serve`, then open
20+
http://localhost:8000 for `python3` or http://localhost:3000 for `npx serve` to view the Swift logo rendered using WebGPU.
2121

2222
> [!NOTE]
2323
> If using an editor with SourceKit-LSP, make sure to update `.sourcekit-lsp/config.json` with the

0 commit comments

Comments
 (0)