Skip to content

Commit 6ec8185

Browse files
authored
Improve README
1 parent 6265e15 commit 6ec8185

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in the association graph.
44

5-
[![Build Status](https://travis-ci.org/myclabs/DeepCopy.png?branch=1.x)](https://travis-ci.org/myclabs/DeepCopy)
6-
[![Coverage Status](https://coveralls.io/repos/myclabs/DeepCopy/badge.png?branch=1.x)](https://coveralls.io/r/myclabs/DeepCopy?branch=1.x)
7-
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/myclabs/DeepCopy/badges/quality-score.png?s=2747100c19b275f93a777e3297c6c12d1b68b934)](https://scrutinizer-ci.com/g/myclabs/DeepCopy/)
85
[![Total Downloads](https://poser.pugx.org/myclabs/deep-copy/downloads.svg)](https://packagist.org/packages/myclabs/deep-copy)
96

107
## Table of Contents
@@ -41,7 +38,7 @@ Install with Composer:
4138
composer require myclabs/deep-copy
4239
```
4340

44-
Use simply:
41+
Use it:
4542

4643
```php
4744
use DeepCopy\DeepCopy;

0 commit comments

Comments
 (0)