From 0302b75fb07ac17143e13163b24fc5c227d2f989 Mon Sep 17 00:00:00 2001 From: hakro Date: Wed, 26 Feb 2025 11:03:20 +0100 Subject: [PATCH] Fix link to demo I wanted to give this a try, and found out that the demo link uses .com instead of .io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b65e54f..bf0eed7 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ var terminal = new Terminal('terminal', {}, { ``` This gives us 4 commands: `clear`, `help`, `theme`, and `ver` or `version`. -[Go ahead and try it out using our live example.](http://sasadjolic.github.com/dom-terminal/example.html) +[Go ahead and try it out using our live example.](http://sasadjolic.github.io/dom-terminal/example.html) ## Features