diff options
author | MFAshby <MFAshby@users.noreply.github.com> | 2018-05-21 10:32:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-21 10:32:03 +0100 |
commit | c0e52f380c0a06ccd87630ea4231c66b5976fe01 (patch) | |
tree | 0ee2b4816e0cf4f8d32fa3c35c49d13306a36eb4 | |
parent | 3c6a8b143b01403deae5f8d4b32ff6b8cb0bb3c8 (diff) | |
download | unicornpaint-c0e52f380c0a06ccd87630ea4231c66b5976fe01.tar.gz unicornpaint-c0e52f380c0a06ccd87630ea4231c66b5976fe01.tar.bz2 unicornpaint-c0e52f380c0a06ccd87630ea4231c66b5976fe01.tar.xz unicornpaint-c0e52f380c0a06ccd87630ea4231c66b5976fe01.zip |
spelling
-rw-r--r-- | unicorn/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unicorn/README.md b/unicorn/README.md index 9db2a3e..9e3d13a 100644 --- a/unicorn/README.md +++ b/unicorn/README.md @@ -1,4 +1,4 @@ -A go library for interacting with Raspberry Pi Unicorn HAT HD, with a cimilar API to the official library https://github.com/pimoroni/unicorn-hat-hd +A go library for interacting with Raspberry Pi Unicorn HAT HD, with a similar API to the official library https://github.com/pimoroni/unicorn-hat-hd Includes a simulator when running on amd64 and 386 linux PCs. @@ -21,4 +21,4 @@ func main() { uni.Show() uni.MainLoop() } -```
\ No newline at end of file +``` |