Skip to content

Commit

Permalink
Update example in readme (#56)
Browse files Browse the repository at this point in the history
Readme example uses the wrong module for install. Fixed to use the correct module.
  • Loading branch information
alexgaribay authored Oct 17, 2022
1 parent 33d3fcf commit d6f5d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ telemetry installation instructions below.*
SpandexPhoenix supports using Phoenix 1.5's Telemetry events to create spans for
`Phoenix.Controller` timing, with the `resource` name set to the controller action.

To attach `Spandex.Telemetry`'s event handlers, call `Spandex.Telemetry.install/{0,1}`
To attach `Spandex.Telemetry`'s event handlers, call `SpandexPhoenix.Telemetry.install/{0,1}`
during your application's startup:

```elixir
Expand Down

0 comments on commit d6f5d4d

Please sign in to comment.