aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKir2011-11-17 16:50:21 +0400
committerKir2011-11-17 16:50:21 +0400
commit42986ff6e1422f4b991719ce33bcc5bfef63d26d (patch)
tree33f6550b0afe8002180b0e22dc28931befb2e633
parent363bb30c4065e3a3f2478079cb3cd03fc54f23e9 (diff)
downloadinboxes-42986ff6e1422f4b991719ce33bcc5bfef63d26d.tar.bz2
Readme fix
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 27b1fb3..067bf17 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,7 @@ By default, the gem provides localized phrases for Russian and English languages
1. Add `gem "faye"` to your Gemfile and run `bundle install`. Install Faye by [the screencast](http://railscasts.com/episodes/260-messaging-with-faye)
2. Create `messaging.js` in `app/assets/javascripts/` with these lines:
-```/*
-= require inboxes/faye
-*/```
+`= require inboxes/faye`
3. Copy or replace 2 views from Inboxes example app to your application: [app/views/inboxes/messages/_form](https://github.com/kirs/inboxes-app/blob/master/app/views/inboxes/messages/_form.html.haml) and [app/views/inboxes/messages/create](https://github.com/kirs/inboxes-app/blob/master/app/views/inboxes/messages/create.js.erb)