Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFiregore authored Jan 22, 2018
1 parent eeae9b0 commit 7bb7777
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 @@ -112,7 +112,7 @@ catch(Exception $e){
<?php
ini_set('max_execution_time', 3000);
use CR\Api;
require '../vendor/autoload.php';
require 'vendor/autoload.php';
$token = "YOUR_TOKEN";
$api = new Api($token);
Expand Down

0 comments on commit 7bb7777

Please sign in to comment.