Skip to content

Commit

Permalink
Fix fenced code block.
Browse files Browse the repository at this point in the history
  • Loading branch information
Garth Kidd committed Jun 23, 2019
1 parent 236e167 commit 042ca20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add a `:pipeline` to your `t:Absinthe.Plug.opts/0` to have it call
`Opencensus.Absinthe.Plug.traced_pipeline/2`. If you're using
`Phoenix.Router.forward/4`, for example:

``` elixir
```elixir
forward(
path,
Absinthe.Plug,
Expand Down Expand Up @@ -104,6 +104,7 @@ Once you're on a telemetry-capable Absinthe, you'll get tracing for every
Check your installation with `iex -S mix phx.server`, assuming Phoenix, and:

iex> :oc_reporter.register(:oc_reporter_stdout)
:ok

Fire off a few requests and check the `{span, <<NAME>` lines on standard
output.
Expand Down

0 comments on commit 042ca20

Please sign in to comment.