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 +```