Skip to content

Commit

Permalink
Updated README.md 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketingPip authored Mar 4, 2023
1 parent 7af9f64 commit 3a3ca1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _ie:_ You can use this JavaScript library to create web based terminals on any w

## Documentation

> Note: this is a first **(v1.0.0 release)** - there is little to NO documentation. This project needs contributors like you to help improve documentation, usage & more!
> Note: this is **(v1.0.1 release)** - there is little to NO documentation. This project needs contributors like you to help improve documentation, usage & more!
You can find the Termino.js documentation [here](https://github.com/MarketingPipeline/Termino.js/wiki).

Expand All @@ -55,7 +55,7 @@ How to use **_Termino.js_**:
<textarea class="termino-input" rows="1" wrap="hard"></textarea>
</div>
<script type="module">
import {Termino} from 'https://cdn.jsdelivr.net/gh/MarketingPipeline/[email protected].0/dist/termino.min.js';
import {Termino} from 'https://cdn.jsdelivr.net/gh/MarketingPipeline/[email protected].1/dist/termino.min.js';
let term= Termino(document.getElementById("terminal"))
term.echo("Hello world from https://github.com/MarketingPipeline")
</script>
Expand Down

0 comments on commit 3a3ca1c

Please sign in to comment.