Skip to content

Commit 103c902

Browse files
committed
fix docs
1 parent e9da4c6 commit 103c902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ If you are in a non-Phoenix Plug application, add `Sentry.PlugCapture` at the to
4444

4545
```diff
4646
defmodule MyApp.Router do
47-
+ use Sentry.PlugCapture
4847
use Plug.Router
48+
+ use Sentry.PlugCapture
4949
# ...
5050
plug Plug.Parsers,
5151
parsers: [:urlencoded, :multipart]

0 commit comments

Comments
 (0)