Skip to content

Commit

Permalink
Merge pull request #312 from royru/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
paulmillr committed Mar 23, 2020
2 parents f2b4ba8 + 688a14e commit 2cef39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ The `FsEventsInfo` has the following shape:
* @typedef {'file'|'directory'|'symlink'} FsEventsType
*/
{
"event": "created",
"path": "file.txt", // {FsEventsEvent}
"event": "created", // {FsEventsEvent}
"path": "file.txt",
"type": "file", // {FsEventsType}
"changes": {
"inode": true, // Had iNode Meta-Information changed
Expand Down

0 comments on commit 2cef39e

Please sign in to comment.