Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
royru committed Mar 23, 2020
1 parent f2b4ba8 commit 688a14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
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 688a14e

Please sign in to comment.