浏览代码

Update README.md

mrdoob 3 年之前
父节点
当前提交
fe535b6c87
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -44,7 +44,7 @@ renderer.setSize( window.innerWidth, window.innerHeight );
 renderer.setAnimationLoop( animation );
 document.body.appendChild( renderer.domElement );
 
-// animation loop
+// animation
 
 function animation( time ) {