Skip to content

Commit 739d730

Browse files
committed
Simpler installation instructions
1 parent 3fe479e commit 739d730

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ DeepCopy helps you create deep copies (clones) of your objects. It is designed t
1111
Install with Composer:
1212

1313
```json
14-
{
15-
"require": {
16-
"myclabs/deep-copy": "*"
17-
}
18-
}
14+
composer require myclabs/deep-copy
1915
```
2016

2117
Use simply:

0 commit comments

Comments
 (0)