diff --git a/README.md b/README.md index de411dfe49f5f83aad48054d3ce3c6a091cf0bb5..0b508f2e8738c4e0fa451921d8b9b9745cc3484f 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`