README.md in prawn-icon-0.7.0 vs README.md in prawn-icon-0.7.1
- old
+ new
@@ -75,11 +75,11 @@
pdf.table(data) # => (2 x 2 table)
end
```
-Note that the `table_icon` method does not support the `inline_format: true` option.
+Note that the `table_icon` method supports the `inline_format: true` option to create multiple icons within a cell.
## Specifying Icon Families
Prawn::Icon uses the prefix of an icon key to determine which font family is used to render a particular icon.
@@ -94,10 +94,10 @@
Prawn::Icon uses a "legend" to map icon keys to unicode characters that respresent a particular icon within the font file.
This legend is a standard `.yml` file located within the font's directory.
-If you wish to fork this repository and add a new font, you'll likely need to supply a corresponding legend file. Please see the current legend files within the `fonts` directory for examples.
+If you wish to fork this repository and add a new font, you'll likely need to supply a corresponding legend file. Please see the current legend files within the `data/fonts` directory for examples.
## Examples
A Rake task is included to generate documents that display each icon and it's corresponding icon key.