Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy committed Aug 26, 2017
1 parent 6ec309b commit d776b0b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Google Maps Markers Widget for Yii2
===================================
<p align="center">
<a href="https://github.com/yiisoft" target="_blank">
<img src="https://avatars0.githubusercontent.com/u/993323" height="100px">
</a>
<h1 align="center">Google Maps Markers Widget for Yii2</h1>
<br>
</p>

GoogleMaps Widget displays a set of user addresses as markers on the map.

Expand Down Expand Up @@ -37,15 +42,15 @@ echo yii2mod\google\maps\markers\GoogleMaps::widget([
'userLocations' => [
[
'location' => [
'address' => 'Kharkov',
'address' => 'Kharkiv',
'country' => 'Ukraine',
],
'htmlContent' => '<h1>Kharkov</h1>',
'htmlContent' => '<h1>Kharkiv</h1>',
],
[
'location' => [
'city' => 'New York',
'country' => 'Usa',
'country' => 'United States',
],
'htmlContent' => '<h1>New York</h1>',
],
Expand Down

0 comments on commit d776b0b

Please sign in to comment.