Skip to content

Commit

Permalink
Merge 7a2d239 into c79ce70
Browse files Browse the repository at this point in the history
  • Loading branch information
spiliot committed Mar 30, 2016
2 parents c79ce70 + 7a2d239 commit 28a492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ class AddOneStage implements StageInterface
}

$pipeline = (new Pipeline)
->pipe(new TimeTwoStage)
->pipe(new TimesTwoStage)
->pipe(new AddOneStage);

// Returns 21
Expand Down

0 comments on commit 28a492f

Please sign in to comment.