Skip to content

Commit 7781a79

Browse files
authored
Update README.md
1 parent a201346 commit 7781a79

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1+
12
# Gatcha Simulator
23

34
**Basic Usage**
45

56
<?php
6-
require 'Classes/Autoloader.php';
7-
use Classes\Roulete as Roll;
8-
9-
echo Roll::spin(['common ITEM1' => 70,
10-
'Rare ITEM 2' => 29.4,
11-
'SSR ITEM' => 0.3,
12-
'SSR ITEM' => 0.3,]);
7+
require_once "Autoloader.php";
8+
9+
use Irfa\Roulete as Roll;
10+
11+
echo Roll::spin(['common ITEM1' => 70,
12+
'Rare ITEM 2' => 29.4,
13+
'SSR ITEM' => 0.3,
14+
'SSR ITEM' => 0.3,]);
1315

0 commit comments

Comments
 (0)