Skip to content

Commit abf975d

Browse files
authored
Merge pull request #3 from dastels/master
Update README to reflect latest API
2 parents a9ff26e + 7438c62 commit abf975d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Usage Example
105105
bitmap[x, y] = 0
106106
107107
print('Saving bitmap')
108-
save_bitmap(bitmap, palette, '/sd/test.bmp')
108+
save_pixels('/sd/test.bmp', bitmap, palette)
109109
110110
Contributing
111111
============

0 commit comments

Comments
 (0)