From: Ruben Nic Date: Mon, 7 Jul 2025 23:16:19 +0000 (-0400) Subject: Fix simulator url in README (#40) X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=3b7603a0ed638ecce1e49605d9a3651589abdc02;p=sensor-watch.git Fix simulator url in README (#40) --- diff --git a/README.md b/README.md index 4eb7c40..6519db2 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,4 @@ emmake make BOARD=sensorwatch_red DISPLAY=classic python3 -m http.server -d build-sim ``` -Finally, visit [watch.html](http://localhost:8000/watch.html) to see your work. +Finally, visit [firmware.html](http://localhost:8000/firmware.html) to see your work.