From 62313149accd9d8ff547d69f58461e8e1dd978b8 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 12 Feb 2019 10:42:56 -0500 Subject: [PATCH] fix syntax for code block --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2928161f4..1a38dbf17 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ The data directory contains various things such as your default wallet (wallet.d For a list of configuration parameters, run `./lbrycrdd --help`. Below is a sample lbrycrd.conf to enable JSON RPC server on lbrycrdd. -```rpcuser=lbry +``` +rpcuser=lbry rpcpassword=xyz123456790 daemon=1 server=1