Skip to content

Commit dfa5406

Browse files
RichMorinjosevalim
authored andcommitted
Minor README tweaks (#219)
1 parent f5665b6 commit dfa5406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ You may also be interested in [the Flow project](https://github.com/elixir-lang/
1212

1313
## Examples
1414

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:
1616

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
1818

1919
* [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
2020

0 commit comments

Comments
 (0)