Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjorn committed Dec 14, 2014
1 parent 3821da6 commit 23f752b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ activate :zip, zip_map: [
Options can be set in two ways:

```ruby
activate :middleman_zip, output_file: 'pkg/build.zip'
activate :zip, output_file: 'pkg/build.zip'

# or

activate :middleman_zip do |config|
activate :zip do |config|
config.output_file: 'pkg/build.zip'
end
```
Expand Down

0 comments on commit 23f752b

Please sign in to comment.