Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
irfaardy committed Feb 19, 2020
1 parent a201346 commit 7781a79
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@

# Gatcha Simulator

**Basic Usage**

<?php
require 'Classes/Autoloader.php';
use Classes\Roulete as Roll;

echo Roll::spin(['common ITEM1' => 70,
'Rare ITEM 2' => 29.4,
'SSR ITEM' => 0.3,
'SSR ITEM' => 0.3,]);
require_once "Autoloader.php";

use Irfa\Roulete as Roll;
echo Roll::spin(['common ITEM1' => 70,
'Rare ITEM 2' => 29.4,
'SSR ITEM' => 0.3,
'SSR ITEM' => 0.3,]);

0 comments on commit 7781a79

Please sign in to comment.