Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Val Luminarias committed Jun 27, 2015
1 parent e1e042d commit 7c62689
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# jquery.printThis_plugin
JQuery plugin for printing
# How to use
just add a block of jquery code in your app
Just add a block of jquery code in your app
```javascript
$(document).ready(function() {
$('element').printThis();
});
```
see examples for more details on how to use this plugin
# Download
You can download via npm
```
npm i jquery-plugin-printthis
```
Visit [https://www.npmjs.com/package/jquery-plugin-printthis]

0 comments on commit 7c62689

Please sign in to comment.