summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMichael Campagnaro <[email protected]>2017-05-30 13:04:59 -0400
committerMichael Campagnaro <[email protected]>2017-05-31 05:51:18 -0400
commit60f0d7817054b010d7317df0ce903486382a39eb (patch)
treed70a592ed4512791bff59bbbd44037dabfb5dd0b /README.md
parenta08cf1ce636c59a39e83738b1f5cdacb90fb2665 (diff)
downloadraylib-60f0d7817054b010d7317df0ce903486382a39eb.tar.gz
raylib-60f0d7817054b010d7317df0ce903486382a39eb.zip
Fix link in readme
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 d3328c2c..06e2183c 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ features
* Basic 3d support for Geometrics, Models, Billboards, Heightmaps and Cubicmaps
* Flexible Materials system, supporting by default diffuse, normal and specular maps
* Shaders support, including Model shaders and Postprocessing shaders
- * Powerful math module for Vector, Matrix and Quaternion operations: [raymath](https://github.com/raysan5/raylib/blob/master/src/raymath.c)
+ * Powerful math module for Vector, Matrix and Quaternion operations: [raymath](https://github.com/raysan5/raylib/blob/master/src/raymath.h)
* Audio loading and playing with streaming support (WAV, OGG, FLAC, XM, MOD)
* Multiple platforms support: Windows, Linux, Mac, **Android**, **Raspberry Pi** and **HTML5**
* VR stereo rendering support with configurable HMD device parameters