From c91db9cd824b249cdf214eb3b8b1c82223180ab2 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 19 Jun 2025 10:44:39 +0100 Subject: [PATCH] Fix wrong ports in localhost URLs in `WebGPUDemo/README.md` --- WebGPUDemo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebGPUDemo/README.md b/WebGPUDemo/README.md index 259ffe8..1cb10eb 100644 --- a/WebGPUDemo/README.md +++ b/WebGPUDemo/README.md @@ -16,8 +16,8 @@ WebGPU feature flag as shown on the screenshot: See [the WebGPU Implementation Status page](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status) for information about compatibility with other browsers. -Start a HTTP server with eg. `python -m http.server` or `npx serve`, then open -http://localhost:8000 to view the Swift logo rendered using WebGPU. +Start a HTTP server with eg. `python3 -m http.server` or `npx serve`, then open +http://localhost:8000 for `python3` or http://localhost:3000 for `npx serve` to view the Swift logo rendered using WebGPU. > [!NOTE] > If using an editor with SourceKit-LSP, make sure to update `.sourcekit-lsp/config.json` with the