Skip to content

Commit

Permalink
Fix grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Mar 8, 2021
1 parent de5de30 commit 86602c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

A library for simulating luck based dice rolls from dice notations written in PHP.

This graph shows 10,000 consecutive `10d10` rolls with fluctuations in luck that impact outcome.
This graph shows 10,000 consecutive `10d10` LuckByDice rolls. Notice how changes in luck that impact outcome and vice versa.
<p align="center"><img src="https://raw.githubusercontent.com/ouxsoft/LuckByDice/main/docs/statistics.png" alt="statistics"/></p>

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ a luck.
// our luck effects our next roll
echo $turn->roll();
This graph shows 10,000 consecutive `10d10` rolls with fluctuations in luck that impact outcome.
This graph shows 10,000 consecutive `10d10` LuckByDice rolls. Notice how changes in luck that impact outcome and vice versa.
|graph|

Installation
Expand Down

0 comments on commit 86602c2

Please sign in to comment.