Skip to content

Commit 3a3ca1c

Browse files
authored
Updated README.md 📝
1 parent 7af9f64 commit 3a3ca1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _ie:_ You can use this JavaScript library to create web based terminals on any w
2929

3030
## Documentation
3131

32-
> 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!
32+
> 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!
3333
3434
You can find the Termino.js documentation [here](https://github.com/MarketingPipeline/Termino.js/wiki).
3535

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

0 commit comments

Comments
 (0)