diff --git a/README.md b/README.md index c768bf3..ddaa56b 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ $ tree -I node_modules ```js copy: { main: { + expand: true, src: 'src/*', dest: 'dest/', }, @@ -241,4 +242,4 @@ Aborted due to warnings. Task submitted by [Chris Talkington](http://christalkington.com/) -*This file was generated on Mon Feb 01 2016 11:25:13.* +*This file was generated on Tue Feb 23 2016 15:40:33.* diff --git a/docs/copy-examples.md b/docs/copy-examples.md index 7866621..f67d839 100644 --- a/docs/copy-examples.md +++ b/docs/copy-examples.md @@ -39,6 +39,7 @@ $ tree -I node_modules ```js copy: { main: { + expand: true, src: 'src/*', dest: 'dest/', },