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 ce4eb49 commit 0f24e57Copy full SHA for 0f24e57
index.html
@@ -303,6 +303,25 @@ <h1>Practical Uses</h1>
303
</script>
304
</section>
305
306
+ <!-- Installation -->
307
+ <section id="installation">
308
+ <h1>Installation</h1>
309
+ <p><strong>Download </strong> <br>
310
+ Download the Latest version and use files in the <code>/dist/</code> folder.
311
+ </p>
312
+ <p><strong>via Bower: </strong> <br>
313
+ <code>
314
+ $ bower install craftpip/jquery-confirm
315
+ </code>
316
317
+ <p><strong>via Npm: </strong> <br>
318
319
+ $ npm install jquery-confirm
320
321
322
+
323
+ </section>
324
325
<!-- basic usage -->
326
<section id="usage">
327
<h1>Quick Usage</h1>
0 commit comments