Skip to content

Commit 7a73525

Browse files
committed
Merge pull request #88 from edinella/develop
Readme typo
2 parents 2860f9e + ff815d0 commit 7a73525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ When applying conneg routines to multiple routes that can return streams you
463463
Support for Basic HTTP Authentication is already implemented as a routine:
464464
```php
465465
$r3->get('/home', 'HomeController')->authBasic('My Realm', function($user, $pass) {
466-
return $user === 'admin' && $user === 'p4ss';
466+
return $user === 'admin' && $pass === 'p4ss';
467467
});
468468
```
469469

0 commit comments

Comments
 (0)