Skip to content

Commit 5f552fd

Browse files
author
Kallef Alexandre
committed
change readme
1 parent 2c130a1 commit 5f552fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# [Working in progress] Epub Generator
33

44
[![Latest Version on Packagist](https://img.shields.io/packagist/v/prhost/epub-php.svg?style=flat-square)](https://packagist.org/packages/prhost/epub-php)
5-
[![Tests](https://github.com/prhost/epub-php/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/prhost/epub-php/actions/workflows/run-tests.yml)
65
[![Total Downloads](https://img.shields.io/packagist/dt/prhost/epub-php.svg?style=flat-square)](https://packagist.org/packages/prhost/epub-php)
76

87
---
@@ -19,14 +18,18 @@ composer require prhost/epub-php
1918
## Usage
2019

2120
```php
22-
$epub = new Prhost\Epub\Epub();
21+
$epub = new Prhost\Epub\Epub('Title Epub');
2322
```
2423

2524
## Testing
2625

2726
```bash
2827
composer test
2928
```
29+
or
30+
```bash
31+
php vendor/bin/phpunit
32+
```
3033

3134
## Credits
3235

0 commit comments

Comments
 (0)