README.md in barista-1.1.0.pre1 vs README.md in barista-1.1.0

- old
+ new

@@ -144,9 +144,10 @@ ### Path options * `root` – The folder path to read CoffeeScripts from. (Defaults to `app/coffeescripts`.) * `output_root` – The folder to write compiled JS files to. (Defaults to `public/javascripts`.) * `change_output_prefix!` – Method to change the output prefix for a framework. +* `change_output_root!` - Method to change the output root for a given framework. * `verbose` – Whether or not Barista will add a preamble to files. * `js_path` – Path to the pure-JavaScript compiler. * `env` – The application environment. (Defaults to `Rails.env`.) * `app_root` – The application's root path. * `bin_path` – The path to the `node` executable if non-standard and not using `therubyracer`.