Skip to content

Commit

Permalink
Few more readme changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Kingsbury committed Oct 21, 2009
1 parent 5f72006 commit 10c08ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README
Expand Up @@ -8,6 +8,10 @@ copy videos automatically from a social bookmarking site. Be creative. :-)

You can search for videos, retrieve users, collections, videos, and their tags and comments. You can filter by tags, sort and paginate every dataset, and generally be awesome.

Source code: http://github.com/aphyr/ruby-vodpod.

Gem: gem install vodpod

Examples
--------

Expand Down
4 changes: 2 additions & 2 deletions lib/vodpod/version.rb
Expand Up @@ -2,7 +2,7 @@ module Vodpod
APP_NAME = 'Vodpod'
APP_VERSION = '2.0.0'
APP_AUTHOR = 'Kyle Kingsbury'
APP_EMAIL = 'aphyr@aphyr.com'
APP_URL = 'http://aphyr.com/projects/ruby-vodpod'
APP_EMAIL = 'support@vodpod.com'
APP_URL = 'http://aphyr.com/projects/show/ruby-vodpod-bindings'
APP_COPYRIGHT = 'Copyright (c) 2009 Kyle Kingsbury <aphyr@aphyr.com>. All rights reserved.'
end

0 comments on commit 10c08ea

Please sign in to comment.