docs: update description

This commit is contained in:
Yoshua Wuyts
2016-05-25 15:03:32 +09:00
parent 375adad1d8
commit b71cb53d39
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<strong>Fun functional programming</strong> <strong>Fun functional programming</strong>
</div> </div>
<div align="center"> <div align="center">
A <code>7kb</code> framework for creating sturdy web applications A <code>7kb</code> framework for creating sturdy frontend applications
</div> </div>
<br /> <br />
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "choo", "name": "choo",
"version": "2.1.2", "version": "2.1.2",
"description": "A framework for creating solid web applications", "description": "A 7kb framework for creating sturdy frontend applications",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev -i xhr", "deps": "dependency-check . && dependency-check . --extra --no-dev -i xhr",