diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ but might be used anywhere else. | |||
5 | 5 | ||
6 | # Description | 6 | # Description |
7 | 7 | ||
8 | KRPC basically consisting of bencoded dictionraies sent over UDP. This | 8 | KRPC basically consisting of bencoded dictionaries sent over UDP. This |
9 | implementation provides extra safiety by separation of procedure | 9 | implementation provides extra safiety by separation of procedure |
10 | signature | implementation and baking procedure type in host | 10 | signature | implementation and baking procedure type in host |
11 | language, thus it's hard to shoot yourself in the foot accidently. | 11 | language, thus it's hard to shoot yourself in the foot accidently. |