From c0e52f380c0a06ccd87630ea4231c66b5976fe01 Mon Sep 17 00:00:00 2001 From: MFAshby Date: Mon, 21 May 2018 10:32:03 +0100 Subject: spelling --- unicorn/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unicorn/README.md') 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 +``` -- cgit v1.2.3-ZIG