We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7967331 commit 7d4c49bCopy full SHA for 7d4c49b
README.md
@@ -53,7 +53,7 @@ How to use **_Termino.js_**:
53
<textarea class="termino-input" rows="1" wrap="hard"></textarea>
54
</div>
55
<script type="module">
56
- import {Termino} from 'https://cdn.jsdelivr.net/gh/MarketingPipeline/[email protected].1/dist/termino.min.js';
+ import {Termino} from 'https://cdn.jsdelivr.net/gh/MarketingPipeline/[email protected].2/dist/termino.min.js';
57
let term= Termino(document.getElementById("terminal"))
58
term.echo("Hello world from https://github.com/MarketingPipeline")
59
</script>
0 commit comments