Skip to content

Commit

Permalink
fix type in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sarvarov committed Jul 7, 2024
1 parent 328a56c commit 0c89bb3
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 @@ func (j jsonIteratorMarshaller) Marshal(v interface{}) ([]byte, error) {
```go
i, err := inertia.New(
/* ... */,
inertia.WithMarshalJSON(jsonIteratorMarshaller{}),
inertia.WithJSONMarshaller(jsonIteratorMarshaller{}),
)
```

Expand Down

0 comments on commit 0c89bb3

Please sign in to comment.