From bca86873ccc24debd3535534ed6eabc51ced610a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Wed, 21 Mar 2018 00:43:56 -0400 Subject: [PATCH] docs: enable missing syntax highlighting (#178) Enable missing syntax highlighting for example code in `discovery-mechanisms/README.md`. --- examples/discovery-mechanisms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/discovery-mechanisms/README.md b/examples/discovery-mechanisms/README.md index 254f0843..0c3b96ec 100644 --- a/examples/discovery-mechanisms/README.md +++ b/examples/discovery-mechanisms/README.md @@ -46,7 +46,7 @@ const bootstrapers = [ Now, once we create and start the node, we can listen for events such as `peer:discovery` and `peer:connect`, these events tell us when we found a peer, independently of the discovery mechanism used and when we actually dialed to that peer. -``` +```JavaScript let node waterfall([