From 5d2a22a6012b0efa5309df9dca62932614d9694d Mon Sep 17 00:00:00 2001 From: Emanuel Mutschlechner Date: Tue, 7 Jan 2020 23:41:48 +0100 Subject: [PATCH] Fix code indentation in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83afba5..cc38626 100644 --- a/README.md +++ b/README.md @@ -128,10 +128,10 @@ Show a popup when a marker is clicked. The `popup` attribute may contain HTML ma 'zoom' => 6, 'markers' => [ [ - 'title' => 'Go NoWare', - 'lat' => 48.134664, - 'lng' => 11.555220, - 'popup' => '

Details

Click here.

', + 'title' => 'Go NoWare', + 'lat' => 48.134664, + 'lng' => 11.555220, + 'popup' => '

Details

Click here.

', ], ], ])