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

Commit

Permalink
Update readme.md (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwiel authored and joehand committed Jan 16, 2019
1 parent dc853b8 commit b85d603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Import files to your Dat Archive from the directory using [mirror-folder](https:
Returns a `importer` object with properties:

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

0 comments on commit b85d603

Please sign in to comment.