Transcendental Lisp [master]

Update README

cd3bdb9976cc4e7647252f0fa2c24b5524bb289c
diff --git a/README.md b/README.md
index c47b552..636d7db 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 # Transcendental Lisp
 
-> A dialect of Lisp still in its early stages of development.
+A dialect of Lisp still in its early stages of development.
 
 
-#### Build Setup
+### Build Setup
 
 ``` bash
 # build the application
@@ -12,4 +12,4 @@ mvn clean verify
 # run the interpreter
 java -jar target/transcendental-lisp-*.jar
 
-```
\ No newline at end of file
+```