Browse Source

fix title

Gregg Tavares 7 years ago
parent
commit
69c16c3a0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/threejs-fundamentals-with-light.html

+ 1 - 1
threejs/threejs-fundamentals-with-light.html

@@ -4,7 +4,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
-    <title>Three.js - Fundamentals with animation</title>
+    <title>Three.js - Fundamentals with light</title>
   </head>
   <body>
     <canvas id="c"></canvas>