Skip to content

Commit 7d4c49b

Browse files
authored
Updated README.md 📝
1 parent 7967331 commit 7d4c49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ How to use **_Termino.js_**:
5353
<textarea class="termino-input" rows="1" wrap="hard"></textarea>
5454
</div>
5555
<script type="module">
56-
import {Termino} from 'https://cdn.jsdelivr.net/gh/MarketingPipeline/[email protected].1/dist/termino.min.js';
56+
import {Termino} from 'https://cdn.jsdelivr.net/gh/MarketingPipeline/[email protected].2/dist/termino.min.js';
5757
let term= Termino(document.getElementById("terminal"))
5858
term.echo("Hello world from https://github.com/MarketingPipeline")
5959
</script>

0 commit comments

Comments
 (0)