From bd9e3f50b2f029519fb727099392adcb3726c217 Mon Sep 17 00:00:00 2001 From: rod-lin Date: Sat, 7 Dec 2019 19:41:39 -0600 Subject: [PATCH] update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 26d5bb0..1cd0f5c 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,6 @@ # yterm -`yterm` is a terminal emulator in web. -[`xterm.js`](https://github.com/xtermjs/xterm.js) is a similar project. -My project proposal and weekly rubrics can be found [here](https://gitlab.engr.illinois.edu/zl38/fa19-cs242-project/tree/proposal) - -# Project structure - -This project is based on typescript and node. - -`src` contains source code for the yterm module. -`demo` contains a minimal demo. See below for usage. -`tests` contains tests of the `yterm` module. +`yterm` is a web-based terminal emulator. # Usage