[Trivial] Typo fixed (#1150)

This commit is contained in:
yuntai 2018-06-09 00:15:12 +09:00 committed by Quentin Le Sceller
parent af178f82f8
commit d07c5a128a

View file

@ -20,7 +20,7 @@ After checking out grin, building and using, these are the folders you'll have:
- config
Code for handling configuration.
- core
All core types: Hash, Block, Input, Output, and how to serialize them. Core mining algorith, and more.
All core types: Hash, Block, Input, Output, and how to serialize them. Core mining algorithm, and more.
- doc
All documentation.
- servers