Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
namespase
Browse files Browse the repository at this point in the history
update namespase
  • Loading branch information
tioffs committed Feb 1, 2020
1 parent 7d86294 commit f047184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/examples.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

require_once __DIR__ . '/vendor/autoload.php';
use InstaLite;
use InstaLite\InstaLite;
$instagram = new InstaLite("username", "password", "proxy");
/** search user (return array standart instagram) **/
$user = $instagram->searchUser('alex')->id();
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ composer require tioffs/instalite
## Example
```php
require_once __DIR__ . '/vendor/autoload.php';
use InstaLite;
use InstaLite\InstaLite;
$instagram = new InstaLite("username", "password", "proxy");
/** search user (return array standart instagram) **/
$user = $instagram->searchUser('alex')->id();
Expand Down

0 comments on commit f047184

Please sign in to comment.