From e1bc04cf235e7fd39bc77fe7a2af0cb874417973 Mon Sep 17 00:00:00 2001 From: theMackabu Date: Sat, 9 Dec 2023 14:51:27 -0800 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de411df..0b508f2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Define routes on runtime and execute scripts associated with each route. The ser ## Usage -````rust +```rust // the index route index { text(":3\nwelcome to the root") @@ -25,11 +25,10 @@ get() { For more syntax, check out `app.routes` - ```bash # Start the server script start -```` +``` For more commands, check out `script --help` -- GitLab