We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4127687 commit 334593aCopy full SHA for 334593a
pages/index.html
@@ -27,6 +27,7 @@ <h3>Installation via Package Managers</h3>
27
<ul>
28
<li>Bower: <code>bower install jquery-validation</code></li>
29
<li><a href="https://www.nuget.org/packages/jquery.validation">NuGet</a>: <code>Install-Package jQuery.Validation</code></li>
30
+<li><a href="https://www.npmjs.com/package/jquery-validation">NPM</a>: <code>npm i jquery-validation</code></li>
31
</ul>
32
33
<h3>
0 commit comments