From 9652fa979c0bf8a7c22eef6c2964f4fad1bd436a Mon Sep 17 00:00:00 2001 From: Nadav Ivgi Date: Fri, 25 Apr 2014 03:32:35 +0300 Subject: [PATCH] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa84d193..470fcae7 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ bitcoind must be running and must have finished downloading the blockchain **bef All configuration is specified in the [config](config/) folder, particularly the [config.js](config/config.js) file. There you can specify your application name and database name. Certain configuration values are pulled from environment variables if they are defined: -### bitcoind connexion +### bitcoind connection ``` BITCOIND_HOST # RPC bitcoind host BITCOIND_PORT # RPC bitcoind Port