From 9bdb4b5ca9ef2e197448bcb288713aaf8b922751 Mon Sep 17 00:00:00 2001 From: Document Doctor Date: Wed, 6 Mar 2019 00:41:38 -0500 Subject: [PATCH] Fixed typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 687ea07..6fe154e --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ once new data is received. #### BasicCircuits 0.76 (and 0.75) (4/02/11) - Support the new library loading mechanism in RedstoneChips 0.76. -- Updated pixel, print and synth to work with the interface block changes. print output signs can be attached to any side of the interface block and multiple signs per interface block are supported. pixel's center is now the inerface block itself, wool can be added anywhere around it. synth noteblocks can be attached to any face of the interface block, including multiple noteblocks per interface block. +- Updated pixel, print and synth to work with the interface block changes. print output signs can be attached to any side of the interface block and multiple signs per interface block are supported. pixel's center is now the interface block itself, wool can be added anywhere around it. synth noteblocks can be attached to any face of the interface block, including multiple noteblocks per interface block. - synth circuits will now PLAY the note when the clock pin is triggered instead of just changing the noteblock's pitch. No extra triggering is needed for the noteblock. - Fixed bug in counter when using it without arguments.