You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ You may also be interested in [the Flow project](https://github.com/elixir-lang/
12
12
13
13
## Examples
14
14
15
-
Examples for using GenStage and ConsumerSupervisor can be found [examples](examples) directory:
15
+
Examples for using GenStage and ConsumerSupervisor can be found in the [examples](examples) directory:
16
16
17
-
*[ProducerConsumer](examples/producer_consumer.exs) - a simple example of setting up a pipeline of `A -> B -> C` stages and having events flowing through
17
+
*[ProducerConsumer](examples/producer_consumer.exs) - a simple example of setting up a pipeline of `A -> B -> C` stages and having events flowing through it
18
18
19
19
*[ConsumerSupervisor](examples/consumer_supervisor.exs) - an example of how to use one or more `ConsumerSupervisor` as a consumer to a producer that works as a counter
0 commit comments