Skip to content

Commit

Permalink
Updates documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyeck committed Sep 13, 2015
1 parent d50160a commit fec66cf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,14 @@ grunt.initConfig({
#### options.position
Type: `String`
Default: `'top'`
Value range: `'top'` or `'bottom'`
Value range: `'top'` or `'bottom'` or `'replace'`

The position to place the banner - *either* the top or bottom (other values will default to top).
The position to place the banner - *either* the top or bottom or in place of the contents in the desired file specified by `'replaceContent'`.

#### options.replaceContent
Type: `String` or `RegExp`

The text in the specified file that the banner should replace. Valid only when ```position``` is set to `'replace'`.

#### options.banner
Type: `String`
Expand Down

0 comments on commit fec66cf

Please sign in to comment.