summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-03-18 14:33:40 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-03-18 14:33:40 -0400
commit41cb9e107b20153449526cedec101e33f21d8630 (patch)
tree30aeffc9aa98dc025bba6acec021eecc29d8b0e9 /README.md
parente2d0ed9e507c0d553662dce6efc4b148da1d4336 (diff)
Make image in readme look better.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ef3934d..df0fdc9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-![TNSL Logo](./logo/tnsl-logo.svg)
+<img src="./logo/tnsl-logo.svg" width="100%" height="256px"></img>
# 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](./LICENCE.md)), while libtnsl is dual-licenced under both the CDDL-1.0 ([LICENCE.md](./LICENCE.md)) and BSD-3-Clause ([LICENCE-BSD3.md](./libtnsl/LICENCE-BSD3.md)).
@@ -52,4 +52,5 @@ Until the go based interpereter is done, some code may not be correct TNSL code
THIS SOFTWARE/SOURCE CODE IS PROVIDED "AS IS" WITH NO
WARRANTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE
- EXPRESS OR IMPLIED \ No newline at end of file
+ EXPRESS OR IMPLIED. PLEASE SEE THE LICENCE FOR LIMITATIONS
+ AND PERMISSIONS UNDER THE LAW. \ No newline at end of file