From 41dc97e50f3f5fc5a60c41447373e3d1198df606 Mon Sep 17 00:00:00 2001 From: Emanuel Mutschlechner Date: Thu, 30 Aug 2018 17:26:08 +0200 Subject: [PATCH] wip --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 876e9ed..651e5b8 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Display a map by adding the `@map` directive to your Blade template. @map([ 'lat' => '48.134664', 'lng' => '11.555220', - 'zoom' => '6' + 'zoom' => '6', ]) ``` You can also show markers/pins/annotations: @@ -75,7 +75,7 @@ You can also show markers/pins/annotations: @map([ 'lat' => '48.134664', 'lng' => '11.555220', - 'zoom' => '6' + 'zoom' => '6', 'markers' => [[ 'title' => 'Go NoWare', 'lat' => '48.134664', @@ -89,7 +89,7 @@ Open a url when a marker is clicked @map([ 'lat' => '48.134664', 'lng' => '11.555220', - 'zoom' => '6' + 'zoom' => '6', 'markers' => [[ 'title' => 'Go NoWare', 'lat' => '48.134664',