diff --git a/docs/projects/hack-your-headphones.md b/docs/projects/hack-your-headphones.md index 68571dda..509ad034 100644 --- a/docs/projects/hack-your-headphones.md +++ b/docs/projects/hack-your-headphones.md @@ -1,10 +1,10 @@ # Hack your headphones -## @description A beginner maker activity, building a piano from bananas. +## @description An intermediate maker activity, making a @boardname@ music player using headphones ## ~avatar -Build your own music player @boardname@ from headphones. +Build your own @boardname@ music player using headphones. ## ~ diff --git a/docs/projects/rock-paper-scissors.md b/docs/projects/rock-paper-scissors.md index 79aeba3e..41a358ed 100644 --- a/docs/projects/rock-paper-scissors.md +++ b/docs/projects/rock-paper-scissors.md @@ -27,9 +27,7 @@ input.onGesture(Gesture.Shake, () => { ``` -Each possible number these blocks can make (`0`, `1`, or `2`) means a different picture. -We will show the right picture for that number on the LED screen. - +In a later step, each of the possible numbers (`0`, `1`, or `2`) is matched to its own picture. The picture is shown on the LEDs when its number is picked. ## Step 3