diff options
Diffstat (limited to 'examples.html')
| -rw-r--r-- | examples.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples.html b/examples.html index 6cfc386..7edefd9 100644 --- a/examples.html +++ b/examples.html @@ -11,12 +11,12 @@ <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"> - <!-- Facebook metatags for sharing --> + <!-- Open Graph metatags for sharing --> <meta property="og:title" content="raylib - examples"/> <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="check the full set of raylib examples... they are amazing!"/> + <meta property="og:description" content="Check the full set of raylib examples... they are amazing!"/> <link rel="stylesheet" type="text/css" href="common/main.css"> <link rel="icon" href="favicon.ico" /> |
