From a3be2989b9aa6130c8acc6cbbb6aaac3a1ab6278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Thu, 11 Feb 2016 19:46:08 +0100 Subject: [PATCH] docs(readme): metion Getting started guide --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84c1cdb51..608814c29 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,5 @@ angular2-google-maps gets shipped via the Node Package Manager. So make sure tha ```shell npm install angular2-google-maps ``` + +You should also checkout the [Getting started](https://angular-maps.com/docs/getting-started.html#package-installation) guide for further information.