From 857b2b4ae94ff09f4fce3ea6245ef5198bb61c6a Mon Sep 17 00:00:00 2001 From: Evan Paul Fletcher Date: Thu, 7 Feb 2013 09:54:16 -0700 Subject: [PATCH] typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c75c7233..e3c45889 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Please do! Hacking ------- -Execute `./build.js` to effectively concatenate `main.js` with all the files in `code/`. It generates the user script which may be installed into your browser. +Execute `./build.rb` to effectively concatenate `main.js` with all the files in `code/`. It generates the user script which may be installed into your browser. `style.css` contains most styles required for the user-script. The extra ones can be found in `code/boot.js#window.setupStyles`. Only CSS rules that depend on config variables should be defined there.