Skip to content

Commit a67ad0b

Browse files
Update README.md
1 parent 60712f9 commit a67ad0b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33

44
Current version: **2.1** | 2022-04-23
55

6-
Ultra Small Proxy is a light-weight proxy written in PHP.
7-
8-
## Install with composer:
9-
```
10-
composer require szczyglis/php-ultra-small-proxy
11-
```
6+
**Ultra Small Proxy is a light-weight proxy written in PHP.**
127

138
## Features:
149

@@ -28,7 +23,11 @@ composer require szczyglis/php-ultra-small-proxy
2823
- URLs rewriting/proxying at runtime (links, images, css, javascript, etc.)
2924
- 2 different methods for URLs rewriting: Regex (with preg_replace) and XML (with libxml/DOM)
3025
- PHP 7.2.5+ supported
31-
26+
-
27+
## How to install:
28+
```
29+
composer require szczyglis/php-ultra-small-proxy
30+
```
3231
## Requirements:
3332

3433
- PHP 7.2.5+ with CURL and XML extensions

0 commit comments

Comments
 (0)