Skip to content

Commit 5f4e7c4

Browse files
authored
fix typos (#9)
* fix typos * fix typo
1 parent fdb9683 commit 5f4e7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Using .Net CLI:
4949
dotnet add package Autarkysoft.Bitcoin
5050

5151
### Current Features
52-
* Full xml documentation of the code explaining what each member does, expections that may be thrown, examples if needed,...
52+
* Full xml documentation of the code explaining what each member does, exception that may be thrown, examples if needed,...
5353
* Neatly categorized namespaces for ease of access: `Blockchain`, `Cryptography`, `P2PNetwork` are the 3 main ones and there are
5454
`Encoders`, `ImprovementProposals` covering the rest.
5555
* Near 100% test coverage (for finished parts only, _for now_).
@@ -103,7 +103,7 @@ are in separate classes. Currently:
103103
* SLIP: [132](https://github.com/satoshilabs/slips/blob/master/slip-0132.md "Registered HD version bytes for BIP-0032")
104104

105105
### Future plans
106-
* Optimization of the libray
106+
* Optimization of the library
107107
* Complete testing of remaining parts
108108
* Add more relevant and useful BIPs
109109
* Add support for Lightning Network

0 commit comments

Comments
 (0)