summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index afa4431..776622e 100644
--- a/index.html
+++ b/index.html
@@ -87,7 +87,7 @@
<br>
<p>raylib is highly inspired by Borland BGI graphics lib and by XNA framework. Allegro and SDL have also been used as reference.</p>
<br>
- <p><strong>NOTE for ADVENTURERS:</strong> raylib is a programming library to learn videogames programming; no fancy interface, no visual helpers, no auto-debugging... just coding in the most pure spartan-programmers way. Are you ready to learn? <a class="simplelink" href="examples.html" target="_self">Jump to code examples!</a>.</p>
+ <p><strong>NOTE for ADVENTURERS:</strong> raylib is a programming library to learn videogames programming; no fancy interface, no visual helpers, no auto-debugging... just coding in the most pure spartan-programmers way. Are you ready to learn? <a class="simplelink" href="examples.html" target="_self">Jump to code examples!</a></p>
<br>
<strong>raylib supported platforms</strong>
<br>
@@ -110,7 +110,7 @@
- <strong>Powerful math module</strong> for Vector, Matrix and Quaternion operations: [<a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/src/raymath.h" target="_blank">raymath</a>]<br>
- Audio loading and playing with streaming support (WAV, OGG, MP3, FLAC, XM, MOD)<br>
- <strong>VR stereo rendering</strong> support with configurable HMD device parameters<br>
- - Bindings to <strong>Lua</strong> (<a class="simplelink" href="https://github.com/raysan5/raylib-lua" target="_blank">raylib-lua</a>), <strong>Go</strong> (<a class="simplelink" href="https://github.com/gen2brain/raylib-go" target="_blank">raylib-go</a>) and more!.<br>
+ - Bindings to <strong>Lua</strong> (<a class="simplelink" href="https://github.com/raysan5/raylib-lua" target="_blank">raylib-lua</a>), <strong>Go</strong> (<a class="simplelink" href="https://github.com/gen2brain/raylib-go" target="_blank">raylib-go</a>) and more!<br>
</div>
<br>
<a href="images/raylib_architecture_v2.0.png"><img src="images/raylib_architecture_v2.0.png" alt="raylib architechture" width="800" /></a>
@@ -139,4 +139,4 @@
ga('send', 'pageview');
</script>
</body>
-</html> \ No newline at end of file
+</html>