diff --git a/README.md b/README.md index d040a15a..bd16979e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # term.js -A terminal written in javascript. Used by +A full xterm clone written in javascript. Used by [tty.js](https://github.com/chjj/tty.js). ## Example diff --git a/package.json b/package.json index ebd6f807..4d431166 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "repository": "git://github.com/chjj/term.js.git", "homepage": "https://github.com/chjj/term.js", "bugs": { "url": "https://github.com/chjj/term.js/issues" }, - "keywords": ["tty", "terminal", "term"], - "tags": ["tty", "terminal", "term"], + "keywords": ["tty", "terminal", "term", "xterm"], + "tags": ["tty", "terminal", "term", "xterm"], "engines": { "node": ">= 0.8.0" }, "devDependencies": { "express": "3.1.0",