summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRay <[email protected]>2018-09-18 21:34:02 +0200
committerRay <[email protected]>2018-09-18 21:34:02 +0200
commitbe599a9ece3dd9d0a68fa32562d07918b9b69a9e (patch)
tree654d543d699e37610787213e4f52ae7616313c1c /CONTRIBUTING.md
parent27c3afd91c354aeb3587c91b15d3886b813c1a1f (diff)
downloadraylib-be599a9ece3dd9d0a68fa32562d07918b9b69a9e.tar.gz
raylib-be599a9ece3dd9d0a68fa32562d07918b9b69a9e.zip
enjoy!
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 77248fac..35be1009 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,7 +7,7 @@ Use your best judgement, and feel free to propose changes to this document in a
### raylib philosophy
- - raylib is a tool to LEARN videogames programming, every single function in raylib should be a tutorial on itself.
+ - raylib is a tool to enjoy videogames programming, every single function in raylib should be a tutorial on itself.
- 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.