Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit b85d603

Browse files
dwieljoehand
authored andcommitted
Update readme.md (#231)
1 parent dc853b8 commit b85d603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Import files to your Dat Archive from the directory using [mirror-folder](https:
303303
Returns a `importer` object with properties:
304304

305305
* `importer.on('error', err)`
306-
* `importer.on('put', src, dest)` - file put started. `src.live` is true is file was added by file watch event.
306+
* `importer.on('put', src, dest)` - file put started. `src.live` is true if file was added by file watch event.
307307
* `importer.on('put-data', chunk)` - chunk of file added
308308
* `importer.on('put-end', src, dest)` - end of file write stream
309309
* `importer.on('del', dest)` - file deleted from dest

0 commit comments

Comments
 (0)