From 490ba72bdf4f1cf40065de9d9fa41a39703ecdb8 Mon Sep 17 00:00:00 2001 From: Natapat Samutpong Date: Wed, 2 Feb 2022 03:09:34 +0700 Subject: [PATCH] docs: change highlight --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c4e0b4..e2db8e0 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ another lisp dialect $ bash <(curl -s https://raw.githubusercontent.com/azur1s/bobbylisp/master/install.sh) ``` The binary will be installed in `~/bin/blspc` run it with: -```bash +```console $ blspc help ``` ### Example -```bash +```console $ blspc compile ./example/hello.blsp $ blspc run ./hello.bsm Hello, World!