From 84b6dce3be5e66346fdd3c523048fcfd9d0513b8 Mon Sep 17 00:00:00 2001 From: Cyberneticmelon Date: Thu, 6 Mar 2025 22:33:27 -0500 Subject: [PATCH] Update docs/01-get-started/04-manual.md Co-authored-by: Jaiden Riordan --- docs/01-get-started/04-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-get-started/04-manual.md b/docs/01-get-started/04-manual.md index 1e654ebd..d34d4ce6 100644 --- a/docs/01-get-started/04-manual.md +++ b/docs/01-get-started/04-manual.md @@ -60,7 +60,7 @@ Make sure to check the list of prerequisites. `Cargo build` and `Cargo run` with ### Clients -After the server is running, you'll need to run some clients. Clone any of these, `cargo build` & then `cargo run` after the server is already running, and they will load into the Stardust XR server! +After the server is running, you'll need to run some clients. Clone any of these, `cargo build` & then `cargo run` after the server is already running, and they will load into the Stardust server! Non-exhaustive list of clients: - [**flatland**](https://github.com/StardustXR/flatland): `https://github.com/StardustXR/flatland`