Fix code indentation in README.md
This commit is contained in:
@@ -128,10 +128,10 @@ Show a popup when a marker is clicked. The `popup` attribute may contain HTML ma
|
|||||||
'zoom' => 6,
|
'zoom' => 6,
|
||||||
'markers' => [
|
'markers' => [
|
||||||
[
|
[
|
||||||
'title' => 'Go NoWare',
|
'title' => 'Go NoWare',
|
||||||
'lat' => 48.134664,
|
'lat' => 48.134664,
|
||||||
'lng' => 11.555220,
|
'lng' => 11.555220,
|
||||||
'popup' => '<h3>Details</h3><p>Click <a href="https://gonoware.com">here</a>.</p>',
|
'popup' => '<h3>Details</h3><p>Click <a href="https://gonoware.com">here</a>.</p>',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user