Merge pull request #230 from carlrobert/patch-9
No longer advertise copy & paste
This commit is contained in:
commit
051ccc0c6d
1 changed files with 1 additions and 4 deletions
|
@ -9,10 +9,7 @@ var utils = require('utils'),
|
|||
/*********************************************************************
|
||||
## Drone Plugin
|
||||
|
||||
The Drone is a convenience class for building. It can be used for...
|
||||
|
||||
1. Building
|
||||
2. Copying and Pasting
|
||||
The Drone is a convenience class for building.
|
||||
|
||||
It uses a fluent interface which means all of the Drone's methods return `this` and can be chained together like so...
|
||||
|
||||
|
|
Reference in a new issue