Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym authored Jan 17, 2020
1 parent 4b55fa5 commit 579fdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Ray.Di's grapher leans heavily on [GraphViz](http://www.graphviz.org/), an open
```php
use Ray\ObjectGrapher\ObjectGrapher;

$dot = (new ObjectGrapher(new FooModule))();
$dot = (new ObjectGrapher)(new FooModule);
file_put_contents('path/to/file', $dot);
```

Expand Down

0 comments on commit 579fdf5

Please sign in to comment.