Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Oct 17, 2011
1 parent dd1b362 commit 6742feb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -96,7 +96,7 @@ td.white { background-color: #fff; }
</table>
```

# Exporting
## Exporting

You can also require optional export features:

Expand All @@ -113,15 +113,14 @@ image = RQRCode::QRCode.new("nice qr").as_png

Notice the 'as\_png'. Same goes for 'as\_svg', 'as\_xxx'.

## Options
### Export Options

Exporters support these options:

* size - Image size, in pixels.
* fill - Background color, defaults to 'white'
* color - Foreground color, defaults to 'black'


## Authors

Original author: Duncan Robertson
Expand Down

0 comments on commit 6742feb

Please sign in to comment.