From 7913f47e1926942970c615c2a54b85d852c9885b Mon Sep 17 00:00:00 2001 From: Fawad Mirzad Date: Mon, 15 Feb 2021 06:30:56 +0100 Subject: [PATCH] Update readme file --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7228ad..e46e9c5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Set of mostly used Google Maps components for Vue.js. We heavily use Google Maps in our projects, so I wanted to have a well maintained Google Maps library. ## Documentation -Checkout https://vue-map.netlify.app for a detailed documentation +Checkout [vue-map.netlify.app](https://vue-map.netlify.app) for a detailed documentation ## Installation You can install it using npm @@ -19,7 +19,7 @@ You need an API Key. Learn how to [get an Api key ](https://developers.google.co ### Configure Vue to use the Components -In your `main.js` or inside a Nuxt plugin: +In your `main.js` ```js import { createApp } from 'vue' @@ -147,12 +147,12 @@ Checkout docs for more component If you want to access `google map` object, you can access it by getting ref of the map object. ```vue @@ -176,5 +176,9 @@ See [MapOptions](https://developers.google.com/maps/documentation/javascript/ref ``` +## More components + +Many other components are also supported. Checkout [docs](https://vue-map.netlify.app) for more. + ## Contributions The best way to contribute is to report reproducible bugs, but feature requests and improvement suggestions are always welcome too. And definitely bug fixes and PR are welcome.