diff --git a/README.md b/README.md index 1307a6c..39e1406 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ##How to use it The angularjs app is always called meteorapp. - angular.module('meteorapp', [meteor]). + angular.module('meteorapp', ['meteor']). config(['$routeProvider', function($routeProvider) { $routeProvider. when('/index', {templateUrl: 'partials/index.html', controller: MeteorCtrl}).