Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmal1yev authored Sep 19, 2024
1 parent 0d6c794 commit 9f572be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@ use Atproto\Client;
use Atproto\API\App\Bsky\Actor\GetProfile;
use Atproto\Resources\App\Bsky\Actor\GetProfileResource;

$client->authenticate([
'identifier' => 'user@example.com',
'password' => 'password'
]);
$client->authenticate('user@example.com', 'password');

$client->app()
->bsky()
Expand Down

0 comments on commit 9f572be

Please sign in to comment.