Commit: 5859de36fa1f39e083def148ccd27d988d61c0d2 Parent: d31895fd5ed66e4d0aae4011f1fcceb9cd3bf7a9 Author: Vi Grey Date: 2017-10-13 04:31 UTC Summary: Fix missing word HEADS in README.md README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3df58c..24ee436 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Get a fair coin flip result from a biased coin #### Usage: Usage python3 fairflip.py - heads_percent is the chance happening from a single coin flip (The heads bias). heads_percent is a whole number from 1 and 99 + heads_percent is the chance of HEADS happening from a single coin flip (The heads bias). heads_percent is a whole number from 1 and 99 Examples: python3 fairflip.py 60