From 380f9b5d3e8d957d9ea650f12c602ce4f080e86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren?= Date: Thu, 17 Oct 2019 19:59:25 +0200 Subject: [PATCH] Fixed Typo (#634) * Fixed Typo * Fixed Typo 2 #635 --- CrossCompileHowto.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CrossCompileHowto.txt b/CrossCompileHowto.txt index 3eb4343e..2dc5280f 100644 --- a/CrossCompileHowto.txt +++ b/CrossCompileHowto.txt @@ -1,5 +1,5 @@ #!/bin/bash -#Use a clean Raspbian Stretch Lite and Ubunut 18/19 and run this script +#Use a clean Raspbian Stretch Lite and Ubuntu 18/19 and run this script ############## #ON TARGET #-------------- diff --git a/README.md b/README.md index b0893365..b4b2ec8b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ * Low CPU load makes it perfect for SoCs like Raspberry Pi * Json interface which allows easy integration into scripts -* A command line utility to for testing and integration in automated environment +* A command line utility for testing and integration in automated environment * Priority channels are not coupled to a specific led data provider which means that a provider can post led data and leave without the need to maintain a connection to Hyperion. This is ideal for a remote application (like our [Android app](https://play.google.com/store/apps/details?id=nl.hyperion.hyperionpro)). * Black border detector and processor * A scriptable (Python) effect engine