Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Mar 31, 2019
1 parent a2f0a82 commit 479e0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@
[![Build Status](https://travis-ci.com/frandiox/vue-geo-suggest.svg?branch=master)](https://travis-ci.com/frandiox/vue-geo-suggest)
[![Coverage Status](https://coveralls.io/repos/github/frandiox/vue-geo-suggest/badge.svg?branch=master)](https://coveralls.io/github/frandiox/vue-geo-suggest?branch=master)

<p align="center"><img src="https://github.com/frandiox/vue-geo-suggest/blob/master/sample.gif"></p>
<p align="center"><img src="https://raw.githubusercontent.com/frandiox/vue-geo-suggest/master/sample.gif"></p>

A small, renderless [Vue](https://vuejs.org) component for finding addresses using [Google Places API](https://developers.google.com/places/web-service/intro). The component simply provides a list of suggestions and place information as slot props in order to support custom UI and reduce size (2K gzipped). It is easily pluggable to [Vuetify](https://vuetifyjs.com) and other UI components.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-geo-suggest",
"version": "1.0.1",
"version": "1.0.2",
"description": "Renderless Vue component for finding addresses using Google Places API",
"author": "Fran Dios <me@frandiox.com>",
"license": "MIT",
Expand Down

0 comments on commit 479e0f8

Please sign in to comment.