Skip to content

Commit

Permalink
Correcting the javsacript include name.
Browse files Browse the repository at this point in the history
  • Loading branch information
qnm committed May 3, 2011
1 parent 4514640 commit 431b711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -40,7 +40,7 @@ After that you need to add this to your application layout
<pre>
<head>
<%= javascript_include_tag 'livevalidation-1.3.min' %>
<%= javascript_include_tag 'formtastic_validation-0.1.3.min' %>
<%= javascript_include_tag 'formtastic_validation-0.1.4.min' %>
<script type="text/javascript">
function initialize() {
var formtasticValidation = new FormtasticValidation;
Expand Down

0 comments on commit 431b711

Please sign in to comment.