Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
jordikroon authored Dec 1, 2017
1 parent 030ff2a commit c63fbcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ module.exports = {

module.exports = {
plugins: [
new MjmlStore('path/to/mjml', {
extension: '.twig',
outputPath: 'path/to/html'
new MjmlStore(inputPath, {
extension: options.extension,
outputPath: options.outputPath
}),
]
}
Expand Down

0 comments on commit c63fbcd

Please sign in to comment.