Skip to content

Commit 164bedc

Browse files
Fix code block formatting in README.md
Updated the README to correct code block formatting and improve clarity.
1 parent 904371d commit 164bedc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/demos/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ to verify **bit-identical round-trips** and **cross-OS reproducibility**.
2424
| 08 | `08_industry_robotics_bridge.py` | Multi-hop industry bridge (EDGE → OT → ROS → Linux) — no hash drift, E2E OK. |
2525
| 09 | `09_universal_total.py` | Full 3-in-1 universal demo — runs identically on Linux · macOS · Windows · Android · iOS. |
2626

27-
---
2827
## ▶️ How to Run (Cross-Platform)
2928

3029
All demos are written in **pure Python 3.12+** and require **no shell scripts**.
@@ -33,12 +32,14 @@ They run identically on **Linux**, **macOS**, **Windows (WSL / PowerShell)**,
3332

3433
Run any demo / Examples:
3534

36-
<pre><code>python3 scripts/demos/XX_demo_name.py
35+
~~~bash
36+
python3 scripts/demos/XX_demo_name.py
3737
# Examples:
3838
python3 scripts/demos/00_env_check.py
3939
python3 scripts/demos/01_quickstart_roundtrip.py
4040
python3 scripts/demos/09_universal_total.py
41-
</code></pre>
41+
~~~
42+
4243

4344

4445

0 commit comments

Comments
 (0)