Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed May 6, 2024
1 parent fe33a89 commit 59dac0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ svg_string = """
</svg>
"""

print(resvg_py.svg_to_base64(svg_string))
print(resvg_py.svg_to_base64(svg_string=svg_string))

```

Expand Down

0 comments on commit 59dac0b

Please sign in to comment.