From 18f853a408f0b01eecb9328d84ffd35ed4190a3a Mon Sep 17 00:00:00 2001 From: Philippe Lamy Date: Fri, 30 Apr 2021 08:26:20 -0400 Subject: [PATCH] fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff1d4a5..e96aab2 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Currently used to make sure callbacks have been called for missed transactions. # How to use cyphernode? -The core component of cyphernode is a request handler which exposes HTTP endpoints via REST API, acting as an absctration layer between your apps and the open-source Bitcoin sofware you want to interact with. +The core component of cyphernode is a request handler which exposes HTTP endpoints via REST API, acting as an abstraction layer between your apps and the open-source Bitcoin sofware you want to interact with. ## Documentation