Skip to content

Commit

Permalink
Update readme for prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed Apr 26, 2024
1 parent d66cd28 commit 37553bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ composer require stellarwp/pipeline
## Prerequisites

To actually _use_ the Pipeline library, you must have a container that conforms to the `ContainerInterface` interface found in [stellarwp/container-contract](https://github.com/stellarwp/container-contract).
There aren't any required prerequisites of note.

However! If you wish to use the [container-based pipes](#using-a-container-in-the-pipeline), you will need a container that conforms to the `ContainerInterface` interface found in [stellarwp/container-contract](https://github.com/stellarwp/container-contract).

## Getting started

Expand Down

0 comments on commit 37553bf

Please sign in to comment.