aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unicorn/README.md4
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
+```