diff --git a/README.md b/README.md index 71dd390..bc77ef0 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ config.deploy({ progress: function(){}, + // The callback to be called on warnings about the configuration + warn: function(msg){}, + // Only deploy to one server target: 'host-alias' })