Skip to content

Commit 17e0255

Browse files
committed
readme updated
1 parent 68e0e1e commit 17e0255

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ Boost your Laravel application's performance by optimizing HTTP responses with m
44

55
## Key Features
66

7-
**Compression**: Shrink response payloads using Gzip or Brotli compression.
8-
**HTML Minification**: Reduce the size of HTML responses by eliminating unnecessary whitespace and formatting.
7+
#### Compression
98

10-
These optimizations work seamlessly with your existing Laravel application, requiring minimal setup.
9+
Shrink response payloads using Gzip or Brotli compression.
10+
11+
#### HTML Minification
12+
13+
Reduce the size of HTML responses by eliminating unnecessary whitespace and formatting.
1114

1215
---
1316

@@ -31,13 +34,13 @@ php artisan vendor:publish --provider="Chr15k\ResponseOptimizer\ResponseOptimize
3134

3235
This package provides the following middleware:
3336

34-
### 1. Compression Middleware
37+
#### 1. Compression Middleware
3538

3639
Applies Gzip or Brotli compression to HTTP responses based on client support. This reduces the size of the response payload and enhances load times.
3740

3841
**Ideal For**: Large JSON responses, static files, or data-intensive endpoints.
3942

40-
### 2. HTML Minification Middleware
43+
#### 2. HTML Minification Middleware
4144

4245
Minifies HTML responses by removing unnecessary whitespace and formatting to reduce payload size.
4346

0 commit comments

Comments
 (0)