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 bb5f5c0 commit 4f3181f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ BASIC USAGE
For this example, we use a file called '.htmyauth' containing a colon-delimited
list of usernames and passwords or password hashes:

admin:$2y....password hash....
editor:$2y....password hash....
reader:$2y....password hash....
admin:PASSWORD_HASH
editor:PASSWORD_HASH
reader:PASSWORD_HASH

```php
use Pop\Auth;
Expand Down

0 comments on commit 4f3181f

Please sign in to comment.