Skip to content

Commit 8a32c61

Browse files
committed
docs: Fix Readme
1 parent 1f00c28 commit 8a32c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ defmodule MyApplication.MyJobQueue do
5959
end
6060
```
6161

62-
if you want new_relic instrumentation in your jobs, add new_relic_agent to the deps and
62+
If you want new_relic instrumentation in your jobs, add new_relic_agent to the deps and
6363

6464
```elixir
6565
defmodule MyApplication.MyJobQueue do
@@ -106,4 +106,4 @@ config :my_application, MyApplication.MyJob, max_attempts: "15"
106106
multi = Multi.run(:do_my_thing, fn _repo, _changes -> {:ok, :xablau} end)
107107
multi = MyJobScheduler.schedule(multi, MyJob, %{"input" => "a"})
108108
result = MyJobScheduler.run(multi)
109-
``
109+
```

0 commit comments

Comments
 (0)