Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorszun committed Aug 3, 2018
1 parent 9426acd commit 1842641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/consumer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExampleConsumer do
@moduledoc """
Example GenRMQ.Consumer implementation.
To try it:
Sample usage:
```
MIX_ENV=test iex -S mix
iex(1)> ExampleConsumer.start_link()
Expand Down
2 changes: 1 addition & 1 deletion examples/publisher.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExamplePublisher do
@moduledoc """
Example GenRMQ.Publisher implementation
To try it:
Sample usage:
```
MIX_ENV=test iex -S mix
iex(1)> ExamplePublisher.start_link()
Expand Down

0 comments on commit 1842641

Please sign in to comment.