diff options
| author | Ray <[email protected]> | 2018-09-15 11:52:30 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-09-15 11:52:30 +0200 |
| commit | 8ffcd28c82f26197f40b0a8beba7645b38d7b678 (patch) | |
| tree | 124ac83655b8e8374507be9a2c4fa333f0a07fed /index.html | |
| parent | 139c9fd6a0898375cb849e34cfdee37965ba6022 (diff) | |
| download | raylib.com-8ffcd28c82f26197f40b0a8beba7645b38d7b678.tar.gz raylib.com-8ffcd28c82f26197f40b0a8beba7645b38d7b678.zip | |
enjoy.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -8,7 +8,7 @@ <title>raylib</title> <meta name="title" content="raylib"> - <meta name="description" content="raylib is a simple and easy-to-use library to learn videogames programming."> + <meta name="description" content="raylib is a simple and easy-to-use library to enjoy videogames programming."> <meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan"> <meta name="viewport" content="width=device-width"> @@ -17,12 +17,12 @@ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/> <meta property="og:url" content="https://www.raylib.com" /> <meta property="og:site_name" content="raylib"/> - <meta property="og:description" content="raylib is a simple and easy-to-use library to learn videogames programming."/> + <meta property="og:description" content="raylib is a simple and easy-to-use library to enjoy videogames programming."/> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@raysan5" /> <meta name="twitter:title" content="raylib" /> - <meta name="twitter:description" content="raylib is a simple and easy-to-use library to learn videogames programming." /> + <meta name="twitter:description" content="raylib is a simple and easy-to-use library to enjoy videogames programming." /> <meta name="twitter:image" content="https://www.raylib.com/common/img/raylib_logo_card.png" /> <meta name="twitter:url" content="https://www.raylib.com" /> @@ -79,7 +79,7 @@ </div> <div class="content"> - <strong>raylib is a simple and easy-to-use library to learn videogames programming.</strong> + <strong>raylib is a simple and easy-to-use library to enjoy videogames programming.</strong> <br> <br> <!--<a href="https://github.com/raysan5/raylib/releases/download/1.5.0/raylib_installer_v1.5.exe"><div class="downloadButtonInstaller" id="btnlib">Download raylib Windows Installer (v1.5.0)</div></a>--> @@ -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 enjoy 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> |
