Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Oct 21, 2023
1 parent 4f3181f commit ce299cd
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 @@ -98,7 +98,7 @@ use Pop\Http\Auth;

$auth = new Http(
new Client('https://www.domain.com/auth', ['method' => 'post']),
Auth::createBasic('nick', 'password')
Auth::createBasic('admin', 'password')
);

$auth->authenticate('admin', 'password');
Expand Down

0 comments on commit ce299cd

Please sign in to comment.