Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timirey committed Jul 30, 2024
1 parent 7650140 commit 34dc2cf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ use Timirey\XApi\Client;
use Timirey\XApi\Enums\Host;
use Timirey\XApi\Responses\GetSymbolResponse;

/**
* @var $client Client
*/
$client = new Client(
userId: 12345678,
password: 'password',
Expand All @@ -107,9 +104,6 @@ use Timirey\XApi\Enums\Host;
use Timirey\XApi\Responses\Data\TickStreamRecord;
use Timirey\XApi\Responses\FetchTickPricesResponse;

/**
* @var $client Client
*/
$client = new Client(
userId: 12345678,
password: 'password',
Expand Down

0 comments on commit 34dc2cf

Please sign in to comment.