We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dac14a commit 0908703Copy full SHA for 0908703
1 file changed
README.md
@@ -564,9 +564,9 @@ You can also save this options object in a JSON file and use it with the shell c
564
565
#### `callback`
566
567
-`function(err, source / stats)`
568
-`source` if `options.output` is not set (DEPRECATED)
569
-else `stats` as json:
+`function(err, stats)`
+
+`stats` as json:
570
571
``` javascript
572
{
0 commit comments