Skip to content

Commit

Permalink
cleaned options code from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Aug 22, 2011
1 parent f3a7288 commit 1d37b5e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Expand Up @@ -93,14 +93,6 @@ There are currently two options available, the `log` and `watch` options.
- The `log` option when enabled will output all status messages, by default this is enabled.
- The `watch` option when enabled will allow buildr to run in the background watching for changes in our `srcPath`, if a change is detected then our project is automatically rebuilt for us, by default this is disabled.

``` coffeescript
{
# Options
log: true # (log status updates to console?) true or false
watch: false # (automatically rebuild on file change?) true or false
}
```


### Handlers

Expand Down

0 comments on commit 1d37b5e

Please sign in to comment.