summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorr00ster <[email protected]>2018-07-31 16:55:20 +0200
committerGitHub <[email protected]>2018-07-31 16:55:20 +0200
commita71beb2be6f9f9da7db9742d24b4d5c712281345 (patch)
treed63e3855f5d46da016f52109a5cde12e3e242276
parent69605647b65ee3dab54bc5dc09a62c6bf9422631 (diff)
downloadraylib.com-a71beb2be6f9f9da7db9742d24b4d5c712281345.tar.gz
raylib.com-a71beb2be6f9f9da7db9742d24b4d5c712281345.zip
Fix little typos
-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>