commit c0e52f380c0a06ccd87630ea4231c66b5976fe01 parent 3c6a8b143b01403deae5f8d4b32ff6b8cb0bb3c8 Author: MFAshby <MFAshby@users.noreply.github.com> Date: Mon, 21 May 2018 10:32:03 +0100 spelling Diffstat:
M | unicorn/README.md | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git 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 +```