Skip to content

Commit

Permalink
chore: update Readme with uuid import
Browse files Browse the repository at this point in the history
  • Loading branch information
swysocki committed Jul 12, 2022
1 parent 523e220 commit 614b123
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 @@ -10,7 +10,7 @@ This is useful for creating a disk image on SD Cards or embedded devices.

```python

import gpt_image
import gpt_image, uuid

# create a new, 8 MB disk, size is in bytes
disk = gpt_image.disk.Disk("disk-image.raw")
Expand Down

0 comments on commit 614b123

Please sign in to comment.