README.rdoc in bitcoin-ruby-0.0.7 vs README.rdoc in bitcoin-ruby-0.0.8
- old
+ new
@@ -125,10 +125,10 @@
=== Create Transactions
You need to know the previous output you want to spend (tx hash and output index),
as well as the private key for the address required to sign for it.
- # use testnet so you don't acidentially your whole money!
+ # use testnet so you don't accidentally blow your whole money!
Bitcoin.network = :testnet3
# make the DSL methods available in your scope
include Bitcoin::Builder