Skip to content

Commit

Permalink
Updated usage instructions on README file
Browse files Browse the repository at this point in the history
  • Loading branch information
eperedo committed Jul 16, 2017
1 parent 86a70a9 commit 3f96572
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
zoom: 13, // required
center: 'Brooklyn+Bridge,New+York,NY',
format: 'gif',
language: 'ja',
markers: [
{
label: 'B', color: 'blue', lat: 40.702147, lng: -74.015794, size: 'normal',
Expand Down Expand Up @@ -76,7 +77,7 @@
4. In your template just call the static map component

```html
<static-map :google-api-key="apiKey" :format="format" :markers="markers" :zoom="zoom" :center="center" :size="size" :type="type"></static-map>
<static-map :google-api-key="apiKey" :format="format" :markers="markers" :zoom="zoom" :center="center" :size="size" :type="type" :paths="paths" :language="language"></static-map>
```

## Events
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-static-map",
"version": "1.6.0",
"version": "1.6.1",
"description": "a simple component to generate static google map",
"keywords": [
"vue",
Expand Down

0 comments on commit 3f96572

Please sign in to comment.