From d776b0b176302c4d6cd4ee52044d1a620af29a46 Mon Sep 17 00:00:00 2001 From: Igor Chepurnoy Date: Sat, 26 Aug 2017 13:21:55 +0300 Subject: [PATCH] update README --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 92a1d02..1e0751d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ -Google Maps Markers Widget for Yii2 -=================================== +

+ + + +

Google Maps Markers Widget for Yii2

+
+

GoogleMaps Widget displays a set of user addresses as markers on the map. @@ -37,15 +42,15 @@ echo yii2mod\google\maps\markers\GoogleMaps::widget([ 'userLocations' => [ [ 'location' => [ - 'address' => 'Kharkov', + 'address' => 'Kharkiv', 'country' => 'Ukraine', ], - 'htmlContent' => '

Kharkov

', + 'htmlContent' => '

Kharkiv

', ], [ 'location' => [ 'city' => 'New York', - 'country' => 'Usa', + 'country' => 'United States', ], 'htmlContent' => '

New York

', ],