Skip to content

Commit

Permalink
Fix .md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 7, 2016
1 parent b804ccd commit 5f4af53
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions elixir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ Tutorial one: "Hello World!":

Tutorial two: Work Queues

mix run worker.exs
mix run new_task.exs
mix run worker.exs
mix run new_task.exs

Tutorial three: Publish/Subscribe

mix run receive_logs.exs
mix run emit_log.exs
mix run receive_logs.exs
mix run emit_log.exs

Tutorial four: Routing

mix run receive_logs_direct.exs --info --warning
mix run emit_log_direct.exs --info "A message"
mix run receive_logs_direct.exs --info --warning
mix run emit_log_direct.exs --info "A message"

Tutorial five: Topics

mix run receive_logs_topic.exs "info.*" "warn.*"
mix run emit_log_topic.exs "info.connections" "Connected"
mix run receive_logs_topic.exs "info.*" "warn.*"
mix run emit_log_topic.exs "info.connections" "Connected"

Tutorial six: RPC (Request/Response)

Expand Down

0 comments on commit 5f4af53

Please sign in to comment.