Include readme

This commit is contained in:
esimov
2018-04-20 11:03:12 +03:00
parent faae553275
commit 73f991c55e
2 changed files with 1 additions and 1 deletions

0
README.md Normal file
View File

View File

@@ -167,7 +167,7 @@ func process(input image.Image, done chan struct{}) bool {
} }
bar := pb.StartNew(len(blocks)) bar := pb.StartNew(len(blocks))
bar.Prefix("Generate: ") bar.Prefix("Generate blocks: ")
for _, block := range blocks { for _, block := range blocks {
// Average RGB value. // Average RGB value.