Skip to content

Commit b3db97f

Browse files
committed
update README
1 parent 89822d4 commit b3db97f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Constants only.
88
```php
99

1010
use Koriym\HttpConstants\HttpStatusCode;
11-
use Koriym\HttpConstants\RequestHeaders;
12-
use Koriym\HttpConstants\ResponseHeaders;
11+
use Koriym\HttpConstants\RequestHeader;
12+
use Koriym\HttpConstants\ResponseHeader;
1313
use Koriym\HttpConstants\MediaType;
1414
use Koriym\HttpConstants\Method;
1515

@@ -18,7 +18,6 @@ header(ResponseHeaders::CONTENT_TYPE . ': ' . MediaType::APPLICATION_JSON_API);
1818
// Content-Type: application/vnd.api+json
1919
header(ResponseHeaders::CACHE_CONTROL . ': max-age=3600');
2020
// Cache-Control: max-age=3600
21-
2221
```
2322

2423
### Install

0 commit comments

Comments
 (0)