diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-03-18 14:33:40 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-03-18 14:33:40 -0400 |
commit | 41cb9e107b20153449526cedec101e33f21d8630 (patch) | |
tree | 30aeffc9aa98dc025bba6acec021eecc29d8b0e9 /README.md | |
parent | e2d0ed9e507c0d553662dce6efc4b148da1d4336 (diff) |
Make image in readme look better.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |