README.md in scribd-carrierwave-0.0.8 vs README.md in scribd-carrierwave-0.0.9

- old
+ new

@@ -40,6 +40,10 @@ ------------------ Just add ````<%= attachment.display_ipaper %>```` into your view. To display multiple documents on the same page, you need to pass in a unique id for each one: -````<%= attachment.display_ipaper({id: '_attachemment1'}) %>```` +````<%= attachment.display_ipaper({id: '_attachemment1'}) %>```` + +To get the link to the fullscreen document: + +````<%= attachment.fullscreen_url %>```` \ No newline at end of file