From 137de8e5da34eba827a10605be977c87d190660f Mon Sep 17 00:00:00 2001 From: Thanasis Polychronakis Date: Tue, 19 Feb 2013 03:40:06 +0200 Subject: [PATCH] readme update, router fix --- README.md | 2 ++ js/app/router.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f725652..4545fd6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A comprehensive showcase for the [Mantri][] Dependency System. git clone git@github.com:thanpolas/todoAppMantri.git cd todoAppMantri + +npm install ``` ### Launch Static Server diff --git a/js/app/router.js b/js/app/router.js index 4b2dbb0..64e1e1e 100644 --- a/js/app/router.js +++ b/js/app/router.js @@ -72,7 +72,7 @@ Todos.Router = Ember.Router.extend({ specs: Ember.Route.extend({ route: '/specs', - connectOutlets: Todos.helper.start + connectOutlets: Todos.helper }) }) });