balena-io-modules / blockmap

Tizen's block map format
Apache License 2.0
6 stars 0 forks source link

Docs: Add missing docs, fix duplicates #17

Closed jhermsmeier closed 7 years ago

lurch commented 7 years ago

Just spotted that there's another typo on https://github.com/resin-io-modules/blockmap/blob/master/lib/blockmap.js#L106 - it should say [options.verify=true] - verify range checksums instead of [options.verify=true] - options.

And https://github.com/resin-io-modules/blockmap/blob/master/lib/parse.js#L96 needs its options documenting.

Eagle-Eyed-Andrew ;-)

jhermsmeier commented 7 years ago

Fixed & Fixed :)

lurch commented 7 years ago

Do the options for new BlockMap and BlockMap.create need documenting?