Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic authored Mar 21, 2023
1 parent 1d1d3fe commit 8688f29
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 @@ -97,7 +97,7 @@ If you use `phoenix` you'll get `telemetry_metrics` and a `MyAppWeb.Telemetry` m

## Logging

Here is an example of how you might implement logging for your steps (call `MyApp.StepWiseIntegration.install()` somewhere like your `MyApp.Application.start/2`):
Here is an example of how you might implement logging for your steps (call `MyApp.StepWiseIntegration.install()` somewhere like your `MyApp.Application.start/2`) (see [this wiki page](https://github.com/cheerfulstoic/step_wise/wiki/Integration-Example) for a more thorough example):

```elixir
defmodule MyApp.StepWiseIntegration do
Expand Down

0 comments on commit 8688f29

Please sign in to comment.