diff options
| author | Ray <[email protected]> | 2022-09-23 19:03:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-23 19:03:58 +0200 |
| commit | 18304165380c4da0c83ccae144924c717bc02618 (patch) | |
| tree | 3a13916b70fdfb9a42244dbbf83fe98ab22d7358 | |
| parent | fd154fd8e8414760cb96a2eeb4c3a7dee02d5482 (diff) | |
| parent | ee1a90c2c14f03d383164ef610bb943e4ecf471d (diff) | |
| download | raylib.com-18304165380c4da0c83ccae144924c717bc02618.tar.gz raylib.com-18304165380c4da0c83ccae144924c717bc02618.zip | |
Merge pull request #42 from TheSandvichMaker/master
Fixed a couple small spelling / grammar issues in index.html
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,7 +81,7 @@ <a href="https://github.com/raysan5/raylib-games" target="_blank"><img class="icon" src="images/learning/games.png" title="raylib games" alt="raylib games" width="112" height="112"/></a> </div> </div> - <p>A part from those materials, there are plenty of tutorials created by the amazing raylib community. It's highly recommended to join the friendly<a href="https://discord.gg/raylib" target="_blank">raylib Discord Community</a> to stay up to date of latest raylib news and ask for help when required!</p> + <p>Apart from those materials, there are plenty of tutorials created by the amazing raylib community. It's highly recommended to join the friendly <a href="https://discord.gg/raylib" target="_blank">raylib Discord Community</a> to stay up to date of latest raylib news and ask for help when required!</p> <br> <h2>raylib awards</h2> <br> @@ -114,7 +114,7 @@ <br> <h2>raylib language bindings</h2> <br> - <p>You can use raylib with multiple programming languages, there are <a href="https://github.com/raysan5/raylib/blob/master/BINDINGS.md" target="_blank">+60 bindings</a>!. Here it is a list with some of them:</p> + <p>You can use raylib with multiple programming languages, there are <a href="https://github.com/raysan5/raylib/blob/master/BINDINGS.md" target="_blank">+60 bindings</a>! Here is a list with some of them:</p> <br> <div style="display: flex;"> <div id="bindings" style="margin: 0 auto;"> |
