docs: enable missing syntax highlighting (#178)

Enable missing syntax highlighting for example code in `discovery-mechanisms/README.md`.
This commit is contained in:
Sönke Hahn 2018-03-21 00:43:56 -04:00 committed by David Dias
parent bcca813171
commit bca86873cc

View File

@ -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([