Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
LVivona committed Jan 9, 2024
1 parent 0250782 commit 538bf0a
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 @@ -38,7 +38,7 @@ The `generate` function returns a NumPy array representing the identicons image.
from identicons import save

# Save the generated identicons that is 500x500
save(icon, 'identicons.png', '/path/to/save/directory', 500, 500)
save(icon, 'identicons.png', 500, 500)
```

## Features
Expand Down

0 comments on commit 538bf0a

Please sign in to comment.