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

View File

@@ -225,7 +225,7 @@ Please refer to the respective documentation for advanced customization:
* [MapKit (beta)](https://developer.apple.com/documentation/mapkitjs)
### Marker Clicked
The event `LaravelMaps:MarkerClicked` will be dispatched when a marker was clicked. The DOM element, map, markers and
The event `LaravelMaps:MarkerClicked` will be dispatched when a marker was clicked. The DOM element, map, marker and
service name can be accessed via the event details.
```js
window.addEventListener('LaravelMaps:MarkerClicked', function (event) {

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');