Let your editor cheer you on while you code!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): use relative urls for resources

+6 -6
+6 -6
README.md
··· 1 1 <p> 2 - <image src="images/icon.png" width="200"> 2 + <image src="./images/icon.png" width="200"> 3 3 </p> 4 4 5 5 # Cheer! ··· 18 18 19 19 ## Screenshots 20 20 21 - ![Screenshot 1](images/screenshot-1.png) 22 - ![Screenshot 2](images/screenshot-2.png) 23 - ![Screenshot 3](images/screenshot-3.png) 24 - ![Screenshot 4](images/screenshot-4.png) 21 + ![Screenshot 1](./images/screenshot-1.png) 22 + ![Screenshot 2](./images/screenshot-2.png) 23 + ![Screenshot 3](./images/screenshot-3.png) 24 + ![Screenshot 4](./images/screenshot-4.png) 25 25 26 26 ## Contributing 27 27 ··· 39 39 40 40 ## Release Notes 41 41 42 - Check in the [changelog](CHANGELOG.md) for info! 42 + Check in the [changelog](./CHANGELOG.md) for info!