Skip to content

Commit 285f18b

Browse files
committed
docs: update readme
1 parent 8adc245 commit 285f18b

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
@@ -148,7 +148,7 @@ const data = new UnixFS([options])
148148
- data (Buffer): The optional data field for this node
149149
- blockSizes (Array, default: `[]`): If this is a `file` node that is made up of multiple blocks, `blockSizes` is a list numbers that represent the size of the file chunks stored in each child node. It is used to calculate the total file size.
150150
- mode (Number, default `0644` for files, `0755` for directories/hamt-sharded-directories) file mode
151-
- mtime (Date, { secs, nsecs }, { Seconds, FractionalNanoseconds }, [ secs, nsecs ], default { secs: 0 }): The modification time of this node
151+
- mtime (`Date`, `{ secs, nsecs }`, `{ Seconds, FractionalNanoseconds }`, `[ secs, nsecs ]`): The modification time of this node
152152

153153
#### add and remove a block size to the block size list
154154

0 commit comments

Comments
 (0)