aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-11 13:08:35 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-11 13:25:46 +0000
commit9ac7713b5037710f2b1db82a63343e2f20ae775c (patch)
treed48473735eab3fd2b60ff8adee094bff2a5fb57a /README.md
parent1caef36fdeae554d5cc8bef3ca2734755bd70f08 (diff)
downloadgit-deps-9ac7713b5037710f2b1db82a63343e2f20ae775c.tar.gz
switch to CoffeeScript!
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 84cb65a..57d57ee 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ you will need to install some dependencies:
cd html
npm install
- browserify -d js/git-deps-graph.js -o js/bundle.js
+ browserify -t coffeeify -d js/git-deps-graph.js -o js/bundle.js
* You will need the [Flask](http://flask.pocoo.org/) Python
module installed.