Skip to content

Commit

Permalink
Merge pull request #976 from ptdel/update-readme
Browse files Browse the repository at this point in the history
chore(doc): updating README provider example
  • Loading branch information
ikitommi authored Nov 30, 2023
2 parents 266579e + c7bf253 commit c97fa68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1957,8 +1957,8 @@ Adding custom decoding via `::mp/value-decoders` option:
:time "2021-01-01T00:00:00Z"}
{:id "8aadbf5e-5fe3-11ec-bf63-0242ac130002"
:time "2022-01-01T00:00:00Z"}]
{::mp/value-decoders {'string? {:uuid mt/-string->uuid
'inst? mt/-string->date}}})
{::mp/value-decoders {:string {:uuid mt/-string->uuid
'inst? mt/-string->date}}})
; => [:map [:id :uuid] [:time inst?]
```

Expand Down

0 comments on commit c97fa68

Please sign in to comment.