summaryrefslogtreecommitdiffhomepage
path: root/examples/web/shapes
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/shapes')
-rw-r--r--examples/web/shapes/loader.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/web/shapes/loader.html b/examples/web/shapes/loader.html
index affc6c8..5a17387 100644
--- a/examples/web/shapes/loader.html
+++ b/examples/web/shapes/loader.html
@@ -9,12 +9,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 - example"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <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="This a small example of what you can do with raylib"/>
+ <meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>