From 0fe25a3b9b4c24661f0d2571a4c5fd860f73ba16 Mon Sep 17 00:00:00 2001 From: Keith Pitt Date: Tue, 3 Jan 2012 13:57:50 +1100 Subject: [PATCH] Updated documentation --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74c39ff5..92077f4e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ Ember-Rails ================ -Ember 2.0 for Rails 3.1. - +Ember for Rails 3.1. Getting started --------------- @@ -16,7 +15,7 @@ Run `bundle install` and add the following line to //= require ember -Ask Rails to serve HandlebarsJS templates to Ember +Ask Rails to serve HandlebarsJS and pre-compile templates to Ember by putting each template in a dedicated ".js.hjs" file (e.g. `app/assets/javascripts/templates/admin_panel.js.hjs`) and including the assets in your layout: