Skip to content

Commit ee459cf

Browse files
committed
Update README
Remove build status and include Composer installation command.
1 parent 89ce8df commit ee459cf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
PSR-15 Middleware that determines the client IP address and stores it as an `ServerRequest` attribute called `ip_address`. It optionally checks various common proxy headers and then falls back to `$_SERVER['REMOTE_ADDR']`.
44

5-
[![Build status][Master image]][Master]
5+
## Installation
6+
7+
Install via Composer:
68

9+
```bash
10+
composer require akrabat/ip-address-middleware
11+
```
712

813
## Configuration
914

0 commit comments

Comments
 (0)