We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350bbc4 commit 0ef2c56Copy full SHA for 0ef2c56
README.md
@@ -143,10 +143,10 @@ Copy individual files or entire directories from a source folder to a destinatio
143
- options [`object`] - copy options
144
- globOptions [`object`] - options to forward to glob options([See available options here](https://github.com/Yqnn/node-readdir-glob#options))
145
146
-**Caveats**
147
-
148
-- if source is a `glob`, destination must be a directory
149
-- if source is a `file` and destination is a directory, the file will be copied into the directory
+> [!NOTE]
+>
+> - if source is a `glob`, destination must be a directory
+> - if source is a `file` and destination is a directory, the file will be copied into the directory
150
151
### Delete
152
0 commit comments