From 1bb83a207d61a86c0220b506141076dded177e32 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 8 Aug 2013 11:00:11 -0500 Subject: [PATCH] readme. package.json. --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",