From 880e8219bb5135820b21ef8aabe11f4a5de6eede Mon Sep 17 00:00:00 2001 From: Fawad Mirzad Date: Sun, 14 Feb 2021 10:50:23 +0100 Subject: [PATCH] Fix markdown error --- docs/src/docs/README.md | 2 +- docs/src/docs/getting-started.md | 2 +- docs/src/docs/introduction.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/docs/README.md b/docs/src/docs/README.md index 0e4e27f..6061da6 100644 --- a/docs/src/docs/README.md +++ b/docs/src/docs/README.md @@ -19,7 +19,7 @@ npm install -S @fawmi/vue-google-maps ## Basic usage You need an API Key. Learn how to [get an Api key ](https://developers.google.com/maps/documentation/javascript/get-api-key). -##Configure Vue to use the Components +## Configure Vue to use the Components Initialise the plugin in your `main.js`: ```js diff --git a/docs/src/docs/getting-started.md b/docs/src/docs/getting-started.md index 0e4e27f..6061da6 100644 --- a/docs/src/docs/getting-started.md +++ b/docs/src/docs/getting-started.md @@ -19,7 +19,7 @@ npm install -S @fawmi/vue-google-maps ## Basic usage You need an API Key. Learn how to [get an Api key ](https://developers.google.com/maps/documentation/javascript/get-api-key). -##Configure Vue to use the Components +## Configure Vue to use the Components Initialise the plugin in your `main.js`: ```js diff --git a/docs/src/docs/introduction.md b/docs/src/docs/introduction.md index 0e4e27f..6061da6 100644 --- a/docs/src/docs/introduction.md +++ b/docs/src/docs/introduction.md @@ -19,7 +19,7 @@ npm install -S @fawmi/vue-google-maps ## Basic usage You need an API Key. Learn how to [get an Api key ](https://developers.google.com/maps/documentation/javascript/get-api-key). -##Configure Vue to use the Components +## Configure Vue to use the Components Initialise the plugin in your `main.js`: ```js