From 42a0bc722d3c5380d7dd5c96672807caa9e1adad Mon Sep 17 00:00:00 2001 From: jhealy Date: Sun, 10 Jan 2021 12:26:14 -0500 Subject: [PATCH] Formatting changes on README.md v13 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8ff494..4dc2875 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P sudo apt-get install -y i2c-tools sudo raspi-config ``` - * Interfacing Options > I2C > Enable > Yes - > If you did not hit "finish" you can repeat these steps but change out the I2C for the SPI + * Interfacing Options > I2C > Enable > Yes + > If you did not hit "finish" you can repeat these steps but change out the I2C for the SPI * Enabling SPI: * From Command Line: ```