Skip to content

Commit

Permalink
Fix typo. Closes mikemartin#6
Browse files Browse the repository at this point in the history
  • Loading branch information
matejsvajger committed Mar 1, 2019
1 parent e65f8c0 commit cb7b134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ i.e.: You want your destination file to be in `resources/assets/views` and the f
```js
mix.pug('resources/assets/pug/*.pug', 'resources/assets/views', {
ext: '.blade.php',
exludePath: 'resources/assets/pug'
excludePath: 'resources/assets/pug'
});
````

Expand Down

0 comments on commit cb7b134

Please sign in to comment.