Line wrap at 80-col

This commit is contained in:
Jessica Lord 2015-08-25 05:16:20 -07:00
parent a67767dbea
commit 2c7ccffe1a
3 changed files with 28 additions and 13 deletions

View file

@ -1,6 +1,7 @@
# clipboard
The `clipboard` object provides methods to perform copy and paste operations. The following example shows how to write a string to the clipboard:
The `clipboard` object provides methods to perform copy and paste operations.
The following example shows how to write a string to the clipboard:
```javascript
var clipboard = require('clipboard');