Browse Source

feat modify readme

ganzw 8 years ago
parent
commit
728f36a3b4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -74,3 +74,6 @@ var cut = new clipBoard(document.getElementById('data'));
 cut.cut();
 cut.cut();
 ```
 ```
 > document.getElementById('data') is the paste target, you can also use it with jquery  $('#data')
 > document.getElementById('data') is the paste target, you can also use it with jquery  $('#data')
+
+
+[NEW ISSUE](https://github.com/baixuexiyang/clipBoard.js/issues/new)