jQuery Validation: Error in Demo

jQuery Validation: Error in Demo

Hi there,

thanx for this awesome plugin. It seems that there is an error in the bundled demo. In the file index.html is a broken reference to jquery.validation.js:

Line 10:

<script src="../jquery.validate.js"></script>

Should be:

<script src="../dist/jquery.validate.js"></script>

Best regards from Heidelberg,

Markus