diff options
author | Florrie <towerofnix@gmail.com> | 2018-01-18 21:18:06 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-01-18 21:18:06 -0400 |
commit | 159c042e3cddf1f585812840b4189295f2e5ebba (patch) | |
tree | 6e18ebea4757e6127564d8ddc185e8a55bfa7903 | |
parent | 3da37cdd10b196e2d02ccd297ef972eabba2a085 (diff) |
Rename to tui-lib :shrug:
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | package.json | 2 |
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", |