From fbeb7e6ccbdc04861c0d82fdac16c8b0e7bb3734 Mon Sep 17 00:00:00 2001 From: Ben Jones Date: Wed, 1 Apr 2015 15:52:50 +0000 Subject: [PATCH] Update reamde to placate meteor package system --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c74479..92ca468 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Autoform map Edit location coordinates with autoForm. -###Setup### +### Setup ### 1) Install `meteor add yogiben:autoform-map` 2) Define your schema and set the `autoform` property like in the example below @@ -63,7 +63,7 @@ Schemas.Cities = new SimpleSchema type: String ``` -###Options### +### Options ### *mapType* type of google map. Possible values: `'roadmap' 'satellite' 'hybrid' 'terrain'`