Browse Source

Update README.md

Ensure the fiddle uses `let` instead of `var`.
Michael Herzog 4 years ago
parent
commit
1d96c8105f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -64,7 +64,7 @@ function animate() {
 }
 }
 ```
 ```
 
 
-If everything went well, you should see [this](https://jsfiddle.net/8kubjpL5/).
+If everything went well, you should see [this](https://jsfiddle.net/ruc3h17j/).
 
 
 ### Cloning this repository ###
 ### Cloning this repository ###