📖 Fix wrong markdown syntax

This commit is contained in:
matteo78 2014-11-08 19:34:38 +01:00
parent 9770ffdad2
commit 583d762720
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<p style="text-align: center;">
![Piano icon](https://raw.github.com/JacoBits/piano/master/images/logos/logo128.png)
<img src="https://raw.github.com/JacoBits/piano/master/images/logos/logo128.png" alt="Piano icon" />
</p>
Piano is a desktop app that uses built-in MIDI support in order to
@ -22,17 +22,17 @@ Then run the app in `build/win` folder.
# Screenshots
<p style="text-align: center;">
![Main window](https://raw.github.com/JacoBits/piano/master/images/screenshots/main.png)
<img src="https://raw.github.com/JacoBits/piano/master/images/screenshots/main.png" alt="Main window" />
*Main window*
</p>
<p style="text-align: center;">
![With a music loaded](https://raw.github.com/JacoBits/piano/master/images/screenshots/music.png)
<img src="https://raw.github.com/JacoBits/piano/master/images/screenshots/music.png" alt="With a music loaded" />
*With a music loaded*
</p>
<p style="text-align: center;">
![Instruments window](https://raw.github.com/JacoBits/piano/master/images/screenshots/instruments.png)
<img src="https://raw.github.com/JacoBits/piano/master/images/screenshots/instruments.png" alt="Instruments window" />
*Instruments window*
</p>