diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-12-15 23:41:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 23:41:13 -0500 |
commit | c5219bb99f5ae0cca484457dfb89d00b0c68011e (patch) | |
tree | cb8408ac61842fe54245d227b89bba02e12ba0c5 /README.md | |
parent | ffe718d1eb8e451ffdaf3259d2c919d5d445bf5e (diff) |
Add stroke to logo for dark mode viewers
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -<img src="./logo/tnsl-logo.svg" width="100%" height="256px"></img> +<img src="./logo/tnsl-logo-stroke.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)). |