Skip to content

Commit

Permalink
weather-demo: move index.html into the directory where the CI expects it
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Jul 22, 2024
1 parent 28f7ee7 commit 5cf3043
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/weather-demo/README.md
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ wasm-pack build --target web --out-dir <output-dir>/pkg
To run locally:

```
cp <source-dir>/wasm/index.html <output-dir>/ # you can also provide your HTML file
cp <source-dir>/index.html <output-dir>/ # you can also provide your HTML file
cd <output-dir> & python3 -m http.server
```

File renamed without changes.

0 comments on commit 5cf3043

Please sign in to comment.