From dccdc678b1bc9bd4f8b2f55ae6e0b2d7e4e6c239 Mon Sep 17 00:00:00 2001 From: dapplion Date: Sun, 28 Jun 2020 22:51:36 +0200 Subject: [PATCH] Add syntax highlight in README code snippet --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e2f9e..0371c99 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ This repository contains TypeScript implementation of noise protocol, an encrypt Install with `yarn add libp2p-noise` or `npm i libp2p-noise`. Example of using default noise configuration and passing it to the libp2p config: -``` + +```js import {NOISE, Noise} from "libp2p-noise"