Skip to content

Commit 8e388a1

Browse files
authored
Merge pull request #10 from jbn/master
s/Instanciate/Instantiate/
2 parents 2264aaa + ae6a107 commit 8e388a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This Python 3 library provides a parser for the raw data stored by bitcoind.
1212
import sys
1313
from blockchain_parser.blockchain import Blockchain
1414

15-
# Instanciate the Blockchain by giving the path to the directory
15+
# Instantiate the Blockchain by giving the path to the directory
1616
# containing the .blk files created by bitcoind
1717
blockchain = Blockchain(sys.argv[1])
1818
for block in blockchain.get_unordered_blocks():

0 commit comments

Comments
 (0)