libp2p / js-peer-id

peer-id implementation in JavaScript. Deprecated; use https://github.com/libp2p/js-libp2p-peer-id instead.
https://github.com/libp2p/js-libp2p-peer-id
MIT License
80 stars 44 forks source link

docs: correct case for RSA keyType #136

Closed acolytec3 closed 3 years ago

acolytec3 commented 3 years ago

Typescript complains if you use rsa instead of RSA for the keyType so this will correct the examples in the documentation to match the keyType exported from libp2p-crypto.