diff --git a/README.md b/README.md index bc8d970..ed0b329 100644 --- a/README.md +++ b/README.md @@ -153,10 +153,14 @@ fs.mkdirsSync('/tmp/another/path'); ``` -### move(src, dest, callback) +### move(src, dest, [options], callback) Moves a file or directory, even across devices. +Options: +clobber (boolean): overwrite existing file or directory +limit (number): number of concurrent moves, see ncp for more information + Example: ```javascript