Skip to content

Commit

Permalink
Merge pull request #68 from sorairolake/fix-string-example
Browse files Browse the repository at this point in the history
Fix string generation example in README
  • Loading branch information
kennytm authored Jul 12, 2024
2 parents cc5e8d1 + d10eeb0 commit 227b5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ use qrcode::QrCode;
fn main() {
let code = QrCode::new(b"Hello").unwrap();
let string = code.render::<char>()
.dark_color('#')
.quiet_zone(false)
.module_dimensions(2, 1)
.build();
Expand Down

0 comments on commit 227b5c0

Please sign in to comment.