Update README

This commit is contained in:
Mike Cifelli 2023-06-24 19:58:59 -04:00
parent 9f31d9692e
commit cd3bdb9976
1 changed files with 3 additions and 3 deletions

View File

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