Skip to content

Commit

Permalink
moved demo and example to top
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejginavan committed Sep 2, 2011
1 parent 39854a8 commit d05fa8b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@

Note: youtube_it supports ClientLogin(YouTube account), OAuth or AuthSub authentication methods.

== Example Rails 3 App

You can get an example how you can use youtube_it with Rails 3 here: http://github.com/chebyte/youtube_it_rails_app_example

== DEMO

You can see to youtube_it in action here: http://youtube-it.heroku.com

== ESTABLISHING A CLIENT

Creating a client:
Expand Down Expand Up @@ -212,14 +220,6 @@ YouTubeIt passes all logs through the logger variable on the class itself. In Ra
$ YouTubeIt.logger = RAILS_DEFAULT_LOGGER
$ RAILS_DEFAULT_LOGGER.level = Logger::DEBUG

== Example Rails 3 App

You can get an example how you can use youtube_it with Rails 3 here: http://github.com/chebyte/youtube_it_rails_app_example

== DEMO

You can see to youtube_it in action here: http://youtube-it.heroku.com

== CONTRIBUTORS:

* Kyle J. Ginavan.
Expand Down

0 comments on commit d05fa8b

Please sign in to comment.