summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-11-23 13:08:40 -0500
committerKyle Gunger <kgunger12@gmail.com>2021-11-23 13:08:40 -0500
commitd4cc7b8e4bd0df63534fcbf63fc49b0be5f96d71 (patch)
tree0ad0aefe47e87a1156104cf1398c19399499b8a9
parent5eeec21759dc49252ebbcdb5e0d9336f68d0a51e (diff)
Update readme with logo
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index bf6b363..a45d479 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+![TNSL Logo](./logo/tnsl-logo.svg)
+
# tnsl-lang
This is the base repository for the tnsl language, and includes the standard compiler implementation, specification, and libtnsl implementation. The specification and compiler are licenced under the CDDL-1.0 (LICENCE.md), while libtnsl is dual-licenced under both the CDDL-1.0 (LICENCE.md) and BSD-3-Clause (libtnsl/LICENCE-BSD3.md).