Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sarvarov committed Jul 16, 2024
1 parent 9fe9010 commit dd032c0
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 @@ -241,7 +241,7 @@ i, err := inertia.New(
i, err := inertia.New(
/* ... */
inertia.WithLogger(), // default logger
inertia.WithLogger(somelogger.New()), // custom logger
// inertia.WithLogger(somelogger.New()),
)
```

Expand Down

0 comments on commit dd032c0

Please sign in to comment.