From 7a421d1eab13db69a188cddb086250089404f9aa Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Thu, 26 Feb 2026 08:48:36 -0800 Subject: [PATCH] use bold headers in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0357eff..56992e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -How to clone this repository: +### How to clone this repository: - Install git - Install git lfs (for test files) ``` @@ -7,7 +7,7 @@ cd roblox-bot-player git lfs pull ``` -How to build the wasm module: +### How to build the wasm module: - Install rust - Install wasm-pack ``` @@ -15,14 +15,14 @@ cd wasm-module wasm-pack build --target web --out-dir ../web-demo/pkg ``` -How to serve the web demo (requires wasm module): +### How to serve the web demo (requires wasm module): - Install python3 or use your favourite http server ``` cd web-demo python3 -m http.server ``` -How to run the native player: +### How to run the native player: - Install rust ``` cd native-player