Skip to content

Commit

Permalink
Fix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
digilist committed Apr 28, 2024
1 parent a8a1ae4 commit 09f2dfe
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 @@ -4,7 +4,7 @@
This library provides a simple [Dependency Graph](http://en.wikipedia.org/wiki/Dependency_graph) resolver. It supports multiple root nodes which are detected automatically.

## Installation
You can install this library with Composer by requiring `digilist/php-dependency-graph`
You can install this library with Composer by requiring `digilist/dependency-graph`

## Example Usage:
There are two ways to define dependencies. One way is to define the dependencies directly on the node by calling the `dependsOn` method. By using this method you have to add the nodes manually to the graph (or at least the root nodes).
Expand Down

0 comments on commit 09f2dfe

Please sign in to comment.