From c126822f14c05d7dec8994aadb7ef2ac79d2f20f Mon Sep 17 00:00:00 2001 From: RDR8 Date: Tue, 19 Dec 2017 02:16:10 -0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d1254473..8dbc1cedd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Use your best judgement, and feel free to propose changes to this document in a - raylib is SIMPLE and EASY-TO-USE, I tried to keep it compact with a small set of functions, if a function is too complex or is not clearly useful, better not to include it. - raylib is open source and free; educators and institutions can use this tool to TEACH videogames programming completely by free. - raylib is collaborative; contribution of tutorials / code-examples / bugs-solving / code-comments are highly appreciated. - - raylib's license (and it's external libs respective licenses) allow using it for commercial products. + - raylib's license (and its external libs respective licenses) allow using it for commercial products. ### Some interesting reads to start with