Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed readme to match new spec.
  • Loading branch information
Hajto authored Oct 1, 2019
1 parent 9b5ccf0 commit 4595620
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 @@ -49,7 +49,7 @@ defmodule My.Pipeline do
{:decoder, :output} => {:sdl, :input}
}

{{:ok, %Spec{children: children, links: links}}, %{}}
{{:ok, spec: %Spec{children: children, links: links}}, %{}}
end
end
```
Expand Down

0 comments on commit 4595620

Please sign in to comment.