Fix some project page text for better loc (#564)
This commit is contained in:
		
				
					committed by
					
						
						Peli de Halleux
					
				
			
			
				
	
			
			
			
						parent
						
							e2d6c93980
						
					
				
				
					commit
					50ed09144e
				
			@@ -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.
 | 
			
		||||
 | 
			
		||||
## ~
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user