From 2db942d65aa6f08aaf57b36618ee16cfddb9e16a Mon Sep 17 00:00:00 2001 From: Peter Todd Date: Thu, 18 Sep 2014 05:58:08 -0400 Subject: [PATCH] Minor: spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ef74cb..1eb6887 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ fromObject methods. 4) All standard features of the bitcoin protocol are implemented and saved in lib/. All BIPs are correctly implemented and saved as BIPxx.js in lib/ (since that is their standard name). Any non-standard features (such as SINs and -stealtha addresses) are placed in the lib/expmt/ folder and are accessible at +stealth addresses) are placed in the lib/expmt/ folder and are accessible at bitcore.expmt. Once they are standardized and given a BIP, they are renamed and placed in lib/.