Skip to content

Commit 81db7fb

Browse files
authored
Update README to remove version 1 note
Removed note about version 1 from README.
1 parent 2818b52 commit 81db7fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ This PHP package allows you to rotate a log file and compress it.
88
[![Latest Version on Packagist](https://img.shields.io/packagist/v/cesargb/php-log-rotation.svg?style=flat-square&color=brightgreen)](https://packagist.org/packages/cesargb/php-log-rotation)
99
[![Total Downloads](https://img.shields.io/packagist/dt/cesargb/php-log-rotation.svg?style=flat-square)](https://packagist.org/packages/cesargb/php-log-rotation)
1010

11-
Note: If you have the version 1 installed, [read this](https://github.com/cesargb/php-log-rotation/tree/v1).
1211

1312
## Installation
1413

1514
You can install this package via composer using:
1615

17-
```bash
16+
```sh
1817
composer require cesargb/php-log-rotation
1918
```
2019

0 commit comments

Comments
 (0)