summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2013-11-30 18:12:40 +0100
committerraysan5 <[email protected]>2013-11-30 18:12:40 +0100
commit294533ccda115b5e638ab1f9219f86d73c9c4550 (patch)
tree79231c1eba341e091dcbcb5c8182c27222af3195 /README.md
parentc7220ab1b3692d81c999fcf37afdf9908d728350 (diff)
downloadraylib-294533ccda115b5e638ab1f9219f86d73c9c4550.tar.gz
raylib-294533ccda115b5e638ab1f9219f86d73c9c4550.zip
Updated to version 1.0.2
Some functions added (collision detection) Check CHANGELOG for details
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbcd7a85..ebb528eb 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ raylib has been developed using exclusively two tools:
* Notepad++ (text editor) - [http://notepad-plus-plus.org/](http://notepad-plus-plus.org/)
* MinGW (GCC compiler) - [http://www.mingw.org/](http://www.mingw.org/)
-Those are the tools I recommended to develop with raylib, actually, my students develop using this tools.
+Those are the tools I recommend to develop with raylib, in fact, those are the tools my students use.
I believe those are the best tools to train spartan-programmers.
Someone could argue about debugging. raylib is a library intended for learning and I think C it's a clear enough language