Enforce consistent formatting of Markdown files

This commit is contained in:
Thomas Eizinger 2021-03-24 10:40:02 +11:00
parent 7397cb5990
commit febc68c780
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
6 changed files with 26 additions and 14 deletions

View file

@ -1,12 +1,10 @@
Monero Harness
==============
# Monero Harness
Provides an implementation of `testcontainers::Image` for a monero image to run
`monerod` and `monero-wallet-rpc` in a docker container.
Also provides two standalone JSON RPC clients, one each for `monerod` and `monero-wallet-rpc`.
Example Usage
-------------
## Example Usage
Please see `tests/*` for example usage.