Skip to content

Commit

Permalink
update possibly confusing README info (svg_attributes is {} by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed May 6, 2021
1 parent 309c11c commit 480794e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,7 @@ svg = qrcode.as_svg(
shape_rendering: "crispEdges",
module_size: 11,
standalone: true,
use_path: true,
svg_attributes: {
id: "myUniqueId"
}
use_path: true
)
```

Expand Down

0 comments on commit 480794e

Please sign in to comment.