Skip to content

Commit

Permalink
moving to rdoc readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tvongaza committed Mar 4, 2010
1 parent 56ed698 commit d109dcd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= DropBox

A simple Ruby API for DropBox

== INSTALL:
* sudo gem install dropbox

== USAGE:

d = DropBox.new("[email protected]","password!")
p d.list("/")

0 comments on commit d109dcd

Please sign in to comment.