From bf2280e400a788917d5687cd61e7a95d58c783b2 Mon Sep 17 00:00:00 2001 From: howardwu Date: Sun, 3 Jan 2021 18:09:14 -0400 Subject: [PATCH] Add bash highlighting --- package/src/root/readme.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/src/root/readme.rs b/package/src/root/readme.rs index 3b94db1008..7f35c1762f 100644 --- a/package/src/root/readme.rs +++ b/package/src/root/readme.rs @@ -64,19 +64,19 @@ impl README { ## Build Guide To compile this Leo program, run: -``` +```bash leo build ``` To test this Leo program, run: -``` +```bash leo test ``` ## Development To output the number of constraints, run: -``` +```bash leo build -d ``` ",