Skip to content

Commit dfb7295

Browse files
committed
updated README
1 parent 404d289 commit dfb7295

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ Example Python programs using programmatic access to the emulator are provided i
236236
PYTHONPATH=. python tests/test_api_simple.py
237237
```
238238

239-
## 🌐 Browser-based Emulation
239+
## 🌐 Running Programs in the Browser
240240

241-
The emulator can run in a web browser thanks to [Pyodide](https://pyodide.org/). See `advanced/webapp`.
241+
The emulator can run in a web browser thanks to [Pyodide](https://pyodide.org/). See `advanced/webapp/`.
242242

243-
You can [try it out here](https://ccattuto.github.io/riscv-python/).
243+
You can [try it out here](https://ccattuto.github.io/riscv-python/) using the binaries available in `prebuilt/`.
244244

245245
## 🧪 Running Unit Tests
246246
```

0 commit comments

Comments
 (0)