From cd3bdb9976cc4e7647252f0fa2c24b5524bb289c Mon Sep 17 00:00:00 2001 From: Mike Cifelli <1836280-mike-cifelli@users.noreply.gitlab.com> Date: Sat, 24 Jun 2023 19:58:59 -0400 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +```