Skip to content

Commit

Permalink
Merge pull request #29 from davidskeck/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
Gadgetoid committed Mar 13, 2019
2 parents 928b44c + 488c7ad commit 4bd2b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ Once you've initialised Inky, there are only three methods you need to be concer

#### Set Image

Set a PIL image, numpy array or list to Inky's internal buffer. The image dimensions should match the dimensiosn of the pHAT or wHAT you're using.
Set a PIL image, numpy array or list to Inky's internal buffer. The image dimensions should match the dimensions of the pHAT or wHAT you're using.

```python
inkyphat.set_image(image)
Expand Down

0 comments on commit 4bd2b82

Please sign in to comment.