Commit 123bf94a authored by Richard Littauer's avatar Richard Littauer

Changed jbenet to multiformats

parent 147dc719
...@@ -3,7 +3,7 @@ Package multiaddr provides an implementation of the Multiaddr network ...@@ -3,7 +3,7 @@ Package multiaddr provides an implementation of the Multiaddr network
address format. Multiaddr emphasizes explicitness, self-description, and address format. Multiaddr emphasizes explicitness, self-description, and
portability. It allows applications to treat addresses as opaque tokens, portability. It allows applications to treat addresses as opaque tokens,
and to avoid making assumptions about the address representation (e.g. length). and to avoid making assumptions about the address representation (e.g. length).
Learn more at https://github.com/jbenet/multiaddr Learn more at https://github.com/multiformats/multiaddr
Basic Use: Basic Use:
......
...@@ -3,7 +3,7 @@ package multiaddr ...@@ -3,7 +3,7 @@ package multiaddr
/* /*
Multiaddr is a cross-protocol, cross-platform format for representing Multiaddr is a cross-protocol, cross-platform format for representing
internet addresses. It emphasizes explicitness and self-description. internet addresses. It emphasizes explicitness and self-description.
Learn more here: https://github.com/jbenet/multiaddr Learn more here: https://github.com/multiformats/multiaddr
Multiaddrs have both a binary and string representation. Multiaddrs have both a binary and string representation.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment