From 9f0caafdfe9aff27b1f6e15ac72c31cc4c36035f Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 6 Nov 2015 23:48:56 +0100 Subject: [PATCH] Clean up readme --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8dbc551..9f1913e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ FormlyMaterial Material Design Templates for [Angular-Formly](http://angular-formly.com). Modern & flexible forms configured easily in a JSON object. -**Angular Formly is not part of Atmosphere. You have to add it manually** +## Add Angular Formly + +There is no official Angular Formly package in Atmosphere so you have to add it manually. ## Install @@ -14,15 +16,12 @@ meteor add mys:angular-formly-templates-material ## Getting Started -1. Add package using `meteor add` -2. Add manually angular-formly library to your project -3. Add the following dependencies to your Angular module: +1. Add package using `meteor add` (see above) +2. Add angular-formly files to your project +3. Add the following dependencies to your AngularJS module: ```javascript angular.module('myAppName', [ - 'ngMessages', - 'ngMaterial', - 'formly', 'formlyMaterial' ]) ```