From 1caef36fdeae554d5cc8bef3ca2734755bd70f08 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 11 Jan 2015 12:58:53 +0000 Subject: fix browserify command We ditched main.js a while ago because it resulted in hiding globals from in-browser debugging. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit