Outdated README.md
Closed this issue · 1 comments
vogdb commented
Hi! Currently I'm looking at README.md and have some notes:
- the npm project name is
@multiformats/multiaddr
but in READMEmultiaddr
is used.
An example:npm i multiaddr
in "Install" section - Since
v10.1.0
the package can only be loaded viaimport
.require('@multiformats/multiaddr')
will throw as there is noexports
for it. - Why non-breaking spaces are used in README.md? Four such spaces are used in "Usage" section.
I would like to create a PR to fix the above if you can confirm it.
achingbrain commented
This appears to be fixed, please do open a PR if you spot anything else that is wrong.