Skip to content

Commit

Permalink
Merge pull request #28 from snemvalts/dev
Browse files Browse the repository at this point in the history
Fix error in code in README.md
  • Loading branch information
auduno committed Oct 10, 2014
2 parents dc117d5 + 46658ab commit 8f1be2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following code initiates the clmtrackr with the model we included, and start
<source src="./media/somevideo.ogv" type="video/ogg"/>
</video>
<script type="text/javascript">
var videoInput = document.getElementById('video');
var videoInput = document.getElementById('inputVideo');
var ctracker = new clm.tracker();
ctracker.init(pModel);
Expand Down Expand Up @@ -86,4 +86,4 @@ See the complete example [here](http://auduno.github.com/clmtrackr/example.html)

### License ###

**clmtrackr** is distributed under the [MIT License](http://www.opensource.org/licenses/MIT)
**clmtrackr** is distributed under the [MIT License](http://www.opensource.org/licenses/MIT)

0 comments on commit 8f1be2e

Please sign in to comment.