docs: syntax highlighting

This commit is contained in:
Mike Goelzer
2018-10-10 17:44:08 +01:00
parent 902fbfe73c
commit 95c23543c4

View File

@@ -5,7 +5,7 @@
Our key pairs are stored on disk using a simple protobuf defined in [libp2p/go-libp2p-crypto/pb/crypto.proto#L5](https://github.com/libp2p/go-libp2p-crypto/blob/master/pb/crypto.proto#L5):
```
```protobuf
enum KeyType {
RSA = 0;
Ed25519 = 1;