Skip to content

Commit d712489

Browse files
Update README.md
1 parent a56cd21 commit d712489

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ composer require szczyglis/php-ultra-small-proxy
3434
## Usage example:
3535
```php
3636
<?php
37+
// app.php
3738

3839
require __DIR__ . '/vendor/autoload.php';
3940

@@ -75,6 +76,7 @@ $output = $proxy->load('http://localhost/loopback.php');
7576
## Basic usage:
7677

7778
```php
79+
7880
use Szczyglis\UltraSmallProxy\UltraSmallProxy;
7981
use Szczyglis\UltraSmallProxy\Config;
8082

0 commit comments

Comments
 (0)