diff --git a/LICENSE b/LICENSE index aa453f47..11964202 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2010-2011 Three.js Authors. All rights reserved. +Copyright (c) 2010-2011 three.js Authors. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 82546fc0..151212fc 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ This code creates a camera, then creates a scene object, adds a bunch of random function animate() { - requestAnimationFrame( animate ); + requestAnimationFrame( animate ); // Include examples/js/RequestAnimationFrame.js for cross-browser compatibility. render(); }