Skip to content

Commit 2290c57

Browse files
authored
Update README.md
1 parent 87bbe99 commit 2290c57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
use Irfa\Roulete as Roll;
1010
11-
echo Roll::spin(['common ITEM1' => 70,
12-
'Rare ITEM 2' => 29.4,
13-
'SSR ITEM' => 0.3,
11+
echo Roll::spin(['common ITEM1' => 70,// 70% chance
12+
'Rare ITEM 2' => 29.4,// 29.4% chance
13+
'SSR ITEM' => 0.3,// 0.3% chance
1414
'SSR ITEM' => 0.3,]);
1515

0 commit comments

Comments
 (0)