Skip to content

Commit

Permalink
Merge pull request #3 from whysage/develop
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
whysage authored Jul 28, 2022
2 parents 383508e + 5d96df2 commit d703bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip install hash-chunker
```
from hash_chunker import HashChunker
chunks = list(HashChunker().get_chunks(chunk_size=1, all_items_count=2))
chunks = list(HashChunker().get_chunks(chunk_size=1000, all_items_count=2000))
assert chunks == [("0000000000", "8000000000"), ("8000000000", "ffffffffff")]
```
Expand Down

0 comments on commit d703bdb

Please sign in to comment.