diff --git a/README.md b/README.md
index e4e9c37..6ec9d26 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# bobbylisp
+# bobbylisp
another lisp dialect
> Also available on https://git.ablecorp.us/azur/bobbylisp
-## Installation
+## Installation
```bash
$ bash <(curl -s https://raw.githubusercontent.com/azur1s/bobbylisp/master/install.sh)
```
@@ -11,7 +11,7 @@ The binary will be installed in `~/bin/blspc` run it with:
$ blspc -h
```
-### Example
+### Example
If no `-r` or `-c` specified. It will check for file extension instead.
If found `.blsp`, it will compile, if found `.bsm` it will run vm and interpret the bytecode.
```bash
@@ -20,7 +20,7 @@ $ blspc ./hello.bsm
Hello, World!
```
-## Progress:
+## Progress:
- [X] Lexer & Parser
- [ ] Syntax checker & Type checker
- [ ] Interpreter