Merge pull request #418 from franckl/master

small typo in the example
This commit is contained in:
Devon Govett 2015-10-25 10:24:08 -07:00
commit d927d0695c

View File

@ -18,7 +18,7 @@ Here is an example showing some of these options.
# Scale proprotionally to the specified width
doc.image('images/test.jpeg', 0, 15, width: 300)
.text('Proprotional to width', 0, 0)
.text('Proportional to width', 0, 0)
# Fit the image within the dimensions
doc.image('images/test.jpeg', 320, 15, fit: [100, 100])