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!