aboutsummaryrefslogtreecommitdiff
path: root/unicorn/README.md
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2018-05-21 09:53:17 +0000
committerMartin Ashby <martin@ashbysoft.com>2018-05-21 09:53:17 +0000
commite0f421115d4319de7585726bac7973e52a34aa67 (patch)
tree7a1861608f015bf14a6e3fb69f62adae0af2603b /unicorn/README.md
parent6d8b1fc33ef7ae1bbb6050bb8acb60b4ca7e6da1 (diff)
parent90aec54d0045d7a9b4ac837a03447684ecdc46e6 (diff)
downloadunicornpaint-e0f421115d4319de7585726bac7973e52a34aa67.tar.gz
unicornpaint-e0f421115d4319de7585726bac7973e52a34aa67.tar.bz2
unicornpaint-e0f421115d4319de7585726bac7973e52a34aa67.tar.xz
unicornpaint-e0f421115d4319de7585726bac7973e52a34aa67.zip
Merge branch 'master' of github.com:MFAshby/unicornpaint
Diffstat (limited to 'unicorn/README.md')
-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
+```