From 2b4b806e8242eda7c8bf07defe888e7e51aa01d3 Mon Sep 17 00:00:00 2001 From: Eric Ehlers Date: Wed, 14 Aug 2019 13:51:50 +0100 Subject: [PATCH] fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d880a76..0d67fcc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Programming with Bitcoin Core and Lightning ## (Or: Programming Bitcoind and Lightningd) -_This is a tutorial for working with Bitcoin (and Lightning) that teaches direct interact with the severs themselves, as the most robust and secure way to begin cryptocurrency work._ +_This is a tutorial for working with Bitcoin (and Lightning) that teaches direct interaction with the servers themselves, as the most robust and secure way to begin cryptocurrency work._ > NOTE: This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for use.