From 7647663a5ec9e8797cb2793bb090acf81fc967d2 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Fri, 19 Sep 2014 14:02:44 -0700 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ef74cb69..1eb68878c 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/.