Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Jones committed May 24, 2015
1 parent 2c4283d commit d2c5591
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 @@ -59,7 +59,7 @@ You can modify the roll results with just about any basic mathematic expression
| ---------------- | ---------------------------- | --------------- | -------- |
| **2d6+4** | (2d6: [1 + 2]) + 4 | [1 + 2] + 4 | 7 |
| **3d8-5** | (3d8: [1 + 5 + 6]) - 5 | [1 + 5 + 6] - 5 | 7 |
| **2d10+d6** | (2d10: [8 + 10]) + (d6: [3]) | [8 + 10] + [3] | 21 |
| **2d10+d6** | (2d10: [8 + 10]) + (d6: [3]) | [8 + 10] + [3] | 21 |
| **2*[2d10,d20]** | 2 * [8, 12] | 2 * [8, 12] | [16, 24] |

## Targets & Conditions
Expand Down

0 comments on commit d2c5591

Please # to comment.