fix typo on GCompris

This commit is contained in:
Johnny Jazeix
2022-10-02 11:24:19 +02:00
parent bc7ed1870a
commit 37f1e5366c

View File

@@ -303,7 +303,7 @@ Pull requests of new projects/apps/libraries are welcome :)
# Learning
* [The QML Book](http://qmlbook.github.io/) - The QML Book. ([source](https://github.com/qmlbook/qmlbook))
* [Gcompris](http://www.gcompris.net/index-en.html) - For Kids.
* [GCompris](http://www.gcompris.net/index-en.html) - For Kids.
* [Ktouch](https://www.kde.org/applications/education/ktouch/) - Touch Typing Tutor.
* [RCSE](https://github.com/Rolisteam/rcse) - Rolisteam Character Sheet Editor: easier way to create a character sheet, rcse provides more than that. It helps learning QML: draw your page, generate code, change it, execute it, and see the result.
* [QML Coding Guidelines](https://github.com/Furkanzmc/QML-Coding-Guide): A collection of good practices when writing QML code.