README.rdoc in wagon-0.9.0 vs README.rdoc in wagon-0.9.1
- old
+ new
@@ -1,7 +1,19 @@
= Wagon
Provided a valid lds.org username and password Wagon will download the information and pictures from the "Photo Directory" page and compile it into a convenient PDF.
+== Usage
+ require 'wagon'
+ user = Wagon::connect('username', 'password')
+ pdf = user.ward.to_pdf(:font_size => 10, :rows => 9, ...)
+ pdf.render_file('photo_directory.pdf')
+
+== Terminal Usage
+ wagon --help
+
+== Installation
+ gem install wagon
+
== Copyright
Copyright (c) 2009 Devin Christensen. See LICENSE for details.