updated readme

This commit is contained in:
Scott Davis 2011-02-01 19:01:20 -05:00
parent 1d455a9522
commit 99f2bbdcfe
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Flowplayer Helper for Rails 3 applications # Flowplayer Helper for Rails 3 applications
`gem 'flowplayer'` in your gem file 1. `gem 'flowplayer'` in your gem file
2. ` rails g flowplayer` or `rails g flowplayer commercial`
3. add `javascript_include_tag 'flowplayer.min.js'` to you application layout
4. read below
##Usage ##Usage