-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7af9f64
commit 3a3ca1c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
||
|
@@ -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> | ||
|