Skip to content

Commit ffdbb90

Browse files
committed
simplified README
1 parent cb9c118 commit ffdbb90

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
HttpAuthExtension
2-
=================
1+
# HttpAuthExtension
32

4-
Installation:
3+
## Installation:
54

65
```
7-
composer require "uestla/http-auth-extension":"*"
6+
composer require uestla/http-auth-extension
87
```
98

109

11-
12-
Usage as simple as possible:
10+
## Configuration:
1311

1412
**config.neon:**
1513

@@ -18,7 +16,7 @@ extensions:
1816
httpAuth: HttpAuthExtension\HttpAuthExtension
1917
2018
httpAuth:
21-
username: admin
22-
password: ***
19+
username: 'admin'
20+
password: '***'
2321
title: 'Frontend authentication' # [optional]
2422
```

0 commit comments

Comments
 (0)