Fix a couple of typos in README.md.

This commit is contained in:
Dave Collins 2014-05-10 15:48:14 -05:00
parent 0fc9504da4
commit e2ba50eee1

View File

@ -34,7 +34,7 @@ implement and the API is not stable yet.
* Provides callback and registration functions for btcd/btcwallet notifications * Provides callback and registration functions for btcd/btcwallet notifications
* Supports btcd extensions * Supports btcd extensions
* Translates to and from higher-level and easier to use Go types * Translates to and from higher-level and easier to use Go types
* Offers a synchronous (blocking) and asynchrous API * Offers a synchronous (blocking) and asynchronous API
* When running in Websockets mode (the default): * When running in Websockets mode (the default):
* Automatic reconnect handling (can be disabled) * Automatic reconnect handling (can be disabled)
* Outstanding commands are automatically reissued * Outstanding commands are automatically reissued