From 37f1e5366cf37130e59d91d40e1d191c7e893e27 Mon Sep 17 00:00:00 2001 From: Johnny Jazeix Date: Sun, 2 Oct 2022 11:24:19 +0200 Subject: [PATCH] fix typo on GCompris --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d65a39c..0a47bf8 100644 --- a/README.md +++ b/README.md @@ -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.