Merge pull request #230 from carlrobert/patch-9

No longer advertise copy & paste
This commit is contained in:
Walter Higgins 2015-04-09 09:43:38 +01:00
commit 051ccc0c6d

View file

@ -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...