Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmraniCh committed Mar 4, 2022
1 parent 00669d1 commit d610b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![PHP version](https://img.shields.io/packagist/php-v/lazzard/psr7-response-sender)](https://packagist.org/packages/lazzard/psr7-response-sende)
[![tests](https://github.com/lazzard/psr7-response-sender/actions/workflows/tests.yml/badge.svg)](https://github.com/lazzard/ftp-bridge/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/lazzard/psr7-response-sender/branch/main/graph/badge.svg?token=Q5TSCW01B8)](https://codecov.io/gh/lazzard/psr7-response-sender)
![License](https://img.shields.io/packagist/l/lazzard/php-ftp-client?style=flat-square)
![License](https://img.shields.io/packagist/l/lazzard/php-ftp-client?style=flat-square&color=red)

# Lazzard/Psr7ResponseSender

Expand All @@ -19,8 +19,8 @@ use GuzzleHttp\Psr7\Response;
use Lazzard\Psr7ResponseSender\Sender;

$response = new Response;
$sender = new Sender($response);
$sender->send();
$sender = new Sender;
$sender($response);
```

## Testing
Expand Down

0 comments on commit d610b64

Please sign in to comment.