Update README.md

This commit is contained in:
Zakary Timson 2023-12-06 19:26:16 +00:00
parent 622f43dd86
commit 834fddb41b

View File

@ -19,8 +19,7 @@
<!-- Links --> <!-- Links -->
--- ---
<div> <div>
<a href="https://git.zakscode.com/ztimson/konsole/wiki" target="_blank">Documentation</a> <a href="https://git.zakscode.com/ztimson/konsole/releases" target="_blank">Release Notes</a>
<a href="https://git.zakscode.com/ztimson/konsole/releases" target="_blank">Release Notes</a>
<a href="https://git.zakscode.com/ztimson/konsole/issues/new?template=.github%2fissue_template%2fbug.md" target="_blank">Report a Bug</a> <a href="https://git.zakscode.com/ztimson/konsole/issues/new?template=.github%2fissue_template%2fbug.md" target="_blank">Report a Bug</a>
<a href="https://git.zakscode.com/ztimson/konsole/issues/new?template=.github%2fissue_template%2fenhancement.md" target="_blank">Request a Feature</a> <a href="https://git.zakscode.com/ztimson/konsole/issues/new?template=.github%2fissue_template%2fenhancement.md" target="_blank">Request a Feature</a>
</div> </div>
@ -31,8 +30,8 @@
## Table of Contents ## Table of Contents
- [Konsole](#top) - [Konsole](#top)
- [About](#about) - [About](#about)
- [Built With](#built-with)
- [Demo](#demo) - [Demo](#demo)
- [Built With](#built-with)
- [Setup](#setup) - [Setup](#setup)
- [Development](#development) - [Development](#development)
- [License](#license) - [License](#license)
@ -58,14 +57,14 @@ window.cli['echo'] = {
Everything is written in vanilla JS so it can be easily ported. Everything is written in vanilla JS so it can be easily ported.
### Demo
Download & open [index.html](./index.html)
### Built With ### Built With
[![HTML](https://img.shields.io/badge/HTML-FFFFFF?style=for-the-badge&logo=html5)](https://developer.mozilla.org/en-US/docs/Glossary/HTML) [![HTML](https://img.shields.io/badge/HTML-FFFFFF?style=for-the-badge&logo=html5)](https://developer.mozilla.org/en-US/docs/Glossary/HTML)
[![JavaScript](https://img.shields.io/badge/JavaScript-000000?style=for-the-badge&logo=javascript)](https://javascript.com/) [![JavaScript](https://img.shields.io/badge/JavaScript-000000?style=for-the-badge&logo=javascript)](https://javascript.com/)
# Demo
Download & open [index.html](./index.html)
## Setup ## Setup
<details> <details>