Fix typo in README.md

This commit is contained in:
Emanuel Mutschlechner
2020-01-15 20:21:16 +01:00
parent fb9e123031
commit aae14f48c5
2 changed files with 1 additions and 2 deletions

1
webpack.mix.js vendored
View File

@@ -6,4 +6,3 @@ mix.setPublicPath('public')
.sass('resources/sass/index.scss', 'css')
.copy('resources/img/*.png', 'public/img')
.version('img');