From e2ba50eee17743c479475a8ad7b09b21b6d59b42 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 10 May 2014 15:48:14 -0500 Subject: [PATCH] Fix a couple of typos in README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa50cdb1e..a422e0122 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ implement and the API is not stable yet. * Supports Websockets (btcd/btcwallet) and HTTP POST mode (bitcoin core) * Provides callback and registration functions for btcd/btcwallet notifications * Supports btcd extensions -* Translates to and from higher-level and easier to use Go types -* Offers a synchronous (blocking) and asynchrous API +* Translates to and from higher-level and easier to use Go types +* Offers a synchronous (blocking) and asynchronous API * When running in Websockets mode (the default): * Automatic reconnect handling (can be disabled) * Outstanding commands are automatically reissued