Commit: 4c8beeab079935a5e24f9fa8c66d966b54e9381e Parent: 5859de36fa1f39e083def148ccd27d988d61c0d2 Author: Vi Grey Date: 2017-10-13 04:33 UTC Summary: Fix newline spacing of Usage information README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ee436..5a2fbf7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Get a fair coin flip result from a biased coin #### Usage: Usage python3 fairflip.py - 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 + 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