markdown updated

This commit is contained in:
Matias Alejo Garcia 2014-01-06 15:55:45 -03:00
parent af8ce3e494
commit 6bf3b4f053
2 changed files with 11 additions and 0 deletions

View File

@ -1,2 +1,10 @@
mystery
=======
## bitcoind configuration
There is a bitcoind configuration sample at:
```
etc/mystery/bitcoin.conf
```:

View File

@ -6,4 +6,7 @@ module.exports = function(app) {
var index = require('../app/controllers/index');
app.get('/', index.render);
//TX routes
//
};