From 6ae30cc247ebf05c871cff5d31aded78ed2b8655 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 9 Jan 2018 18:43:01 +0900 Subject: [PATCH] fix typo --- Production/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Production/README.md b/Production/README.md index 1161fbd..1821c21 100644 --- a/Production/README.md +++ b/Production/README.md @@ -26,6 +26,6 @@ The relevant environment variables are: If using litecoin: -* `LITECOIND_COOKIEFILE`: The relative path to RPC cookie file from bitcoin's data directory. (`.cookie` for mainnet, `regtest/.cookie` for regtest, `testnet4/.cookie` for testnet) +* `LITECOIND_COOKIEFILE`: The relative path to RPC cookie file from litecoin's data directory. (`.cookie` for mainnet, `regtest/.cookie` for regtest, `testnet4/.cookie` for testnet) Any unset or empty environment variable will be set for a `regtest` deployment.