Skip to content

Commit

Permalink
Merge pull request #38 from noffle/readme
Browse files Browse the repository at this point in the history
Make README fixes.
  • Loading branch information
daviddias committed May 24, 2016
2 parents cc2be4b + bd1673a commit b895f9b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var node = new ipfsMDAG.DAGNode([<data>, <[links]>])
##### addRawLink

> creates a link on node A to node B by using direclty node B multihash
> creates a link on node A to node B by using directly node B multihash
##### updateNodeLink

Expand All @@ -84,7 +84,11 @@ var node = new ipfsMDAG.DAGNode([<data>, <[links]>])
##### size

> size of the node. This is a property, not a function
> (property) size of the node, in bytes
##### links

> (property) an array of `DAGLink`s belonging to the node
##### multihash

Expand All @@ -96,7 +100,7 @@ var node = new ipfsMDAG.DAGNode([<data>, <[links]>])
##### unMarshal

> desirializes a probuf serialized node
> deserializes a node encoded using protobuf
##### (used internally) getPBNode

Expand Down

0 comments on commit b895f9b

Please sign in to comment.