This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
bootstrapvalidator
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix the sample code in usage section
nghuuphuoc
12 years ago
parent
c28998c00a
commit
819312a3da
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
README.md
+ 1
- 1
README.md
View File
@@ -62,7 +62,7 @@ $(document).ready(function() {
}
}
...
...
}
}
- }
+ }
);
});
});
```
```