Skip to content

Commit

Permalink
Merge pull request #31 from jlhonora/master
Browse files Browse the repository at this point in the history
Fix output_file arg for .as_png in readme
  • Loading branch information
bjornblomqvist committed Aug 24, 2015
2 parents 5e06d8a + 635fcbe commit ea50a70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -76,9 +76,8 @@ png = qrcode.as_png(
color: 'black',
size: 120,
border_modules: 4,
file: false,
module_px_size: 6,
output_file: nil # path to write
file: nil # path to write
)
```

Expand Down

0 comments on commit ea50a70

Please sign in to comment.