README.md in caracal-1.0.13 vs README.md in caracal-1.1.0
- old
+ new
@@ -261,11 +261,11 @@
*Page size defaults to United States standard A4, portrait dimensions (8.5in x 11in).*
```ruby
docx.page_size do
- width 12240 # sets the page width. units in twips.
- height 15840 # sets the page height. units in twips.
+ width 15840 # sets the page width. units in twips.
+ height 12240 # sets the page height. units in twips.
orientation :landscape # sets the printer orientation. accepts :portrait and :landscape.
end
```
Both the `width` and `height` attributes require positive integer values.