README.md in cheapredwine-0.1.0 vs README.md in cheapredwine-0.1.1
- old
+ new
@@ -30,10 +30,10 @@
#### Generating images with text for the font:
image = CheapRedWine.image(font, "some text", options)
-**Caveat: ** `image` is an IO object that can then be use to write to disk. `font` is any object that responds to `#features` and produces a list `["onum", "liga"]` as well as provide a font file object through `#file`. `file` need only know of it's full path to work properly.
+**Caveat:** `image` is an IO object that can then be use to write to disk. `font` is any object that responds to `#features` and produces a list `["onum", "liga"]` as well as provide a font file object through `#file`. `file` need only know of it's full path to work properly.
##### Options
options = {
margin: 5, # margin around the text