Skip to content

Commit

Permalink
Fixed a typo in the usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrevisan committed Nov 21, 2013
1 parent 468251b commit 15d6296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Example:

var text = "Hello World!";

cordova.plugins.copy(text);
cordova.plugins.clipboard.copy(text);

cordova.plugins.paste(function (text) { alert(text); });
cordova.plugins.clipboard.paste(function (text) { alert(text); });

## Notes

Expand Down

0 comments on commit 15d6296

Please sign in to comment.