Fix Markdown syntax typo in Testing-with-NPM.html
@@ -187,7 +187,7 @@ The THREE object should be able to construct a Vector3 with default of x=0: 0ms
<ol>
<li>
Write a test for the expected behaviour of your code, and place it under test/.
- [linkk:https://github.com/air/encounter/blob/master/test/Physics-test.js Here] is an example from a real project.
+ [link:https://github.com/air/encounter/blob/master/test/Physics-test.js Here] is an example from a real project.
</li>