« get me outta code hell

tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9594777..4a7da5c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# ui-lib
+# tui-lib
 
-ui-lib[rary]
+t[erminal] ui-lib[rary]
 
 A handy but incomprehensibly (un)useful DOM-like library for writing visual terminal programs.
 
diff --git a/package.json b/package.json
index bfc97b2..6c386f7 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "ui-lib",
+  "name": "tui-lib",
   "version": "0.0.0",
   "description": "terminal ui library",
   "main": "index.js",