From b71bf3cfc716f3c1282ab6cf8971b44c6016ca18 Mon Sep 17 00:00:00 2001 From: minie4 Date: Wed, 28 Apr 2021 21:45:20 +0200 Subject: [PATCH] Changed the url in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff1fd9a..08b8982 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ WebTerm is a Terminal emulator that runs in the browser. It uses [v86](https://github.com/copy/v86) to create a virtual linux via WebAssembly and [xterm.js](https://github.com/xtermjs/xterm.js) as the terminal. ## Getting started -You can try out a hosted of WebTerm at https://minie4.github.io/webterm or clone the repo and serve the files with any webserver. +You can try out a hosted of WebTerm at https://webterm.onrender.com/ or clone the repo and serve the files with any webserver. It takes about 20 seconds to a few minutes to download the ~45mb iso image and boot the system.