abduegal
Results
4
issues of
abduegal
Error in the readme
There is a typo in the readme in the configuration section: ``` js var Consul = require('consul-node'); var consul = new Consul({ host: 'localhost', port: 8300, }); ``` should be:...