From 677f3611f5dbd4772e371bd5ce150f36ddd780e9 Mon Sep 17 00:00:00 2001 From: sortai Date: Sun, 12 Sep 2021 19:11:58 +0000 Subject: [PATCH] removed underscores from title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c249f5..a98c4f4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LISP_in_templates +# LISP in templates An extremely simple pure lisp built in c++ templates. It is bodged together and more of a proof of concept than anything.