aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-11 12:58:53 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-11 12:58:53 +0000
commit1caef36fdeae554d5cc8bef3ca2734755bd70f08 (patch)
tree81e37df632f0b2731340007fd4f3d9bfc50be4a8
parent7c4829a963fa15b4b7e90c58d0aaae58b4dc0a1f (diff)
downloadgit-deps-1caef36fdeae554d5cc8bef3ca2734755bd70f08.tar.gz
fix browserify command
We ditched main.js a while ago because it resulted in hiding globals from in-browser debugging.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 24d0414..84cb65a 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/main.js -o js/bundle.js
+ browserify -d js/git-deps-graph.js -o js/bundle.js
* You will need the [Flask](http://flask.pocoo.org/) Python
module installed.