Skip to content

Commit

Permalink
Merge pull request #88 from SpEcHiDe/patch-1
Browse files Browse the repository at this point in the history
a small typo in readme
  • Loading branch information
auduno authored Nov 8, 2016
2 parents b7d6e26 + 1ef7924 commit 3b4d938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You can also use the built in function ```draw()``` to draw the tracked facial m
```html
<canvas id="drawCanvas" width="400" height="300"></canvas>
<script type="text/javascript">
var canvasInput = document.getElementById('canvas');
var canvasInput = document.getElementById('drawCanvas');
var cc = canvasInput.getContext('2d');
function drawLoop() {
requestAnimationFrame(drawLoop);
Expand Down

0 comments on commit 3b4d938

Please sign in to comment.