typo in README.md

This commit is contained in:
Evan Paul Fletcher 2013-02-07 09:54:16 -07:00
parent 2ba7e44573
commit 857b2b4ae9

View File

@ -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.