From 95a2274757d21ab925fe5f6c1cccc4d669be152c Mon Sep 17 00:00:00 2001 From: MattTB <49200399+mtrilbybassett@users.noreply.github.com> Date: Tue, 12 Jul 2022 18:37:18 -0400 Subject: [PATCH] Update README.md incorrect reference path for image screesnhotA.png. --- Samples/ShiftRegister/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/ShiftRegister/README.md b/Samples/ShiftRegister/README.md index e268fb80b..4b8cf08e1 100644 --- a/Samples/ShiftRegister/README.md +++ b/Samples/ShiftRegister/README.md @@ -394,7 +394,7 @@ Let's build, deploy and run the app on our Raspberry Pi 2 or 3. After several moments, you will see the screen attached to the RPi2 or RPi3 change to show a slider, some text, and a button. The LEDs will light up and follow the pattern set in 'pinMask'. -![ShiftRegister Screenshot](../../../Resources/images/ShiftRegister/ScreenShotA.png) +![ShiftRegister Screenshot](../../Resources/images/ShiftRegister/ScreenShotA.png) Congratulations! You've successfully connected an 8-bit serial-in, parallel-out shift register to your Raspberry Pi 2 or 3.