Skip to content

Commit 6a7df1a

Browse files
committed
Upated readme
1 parent 0c278f7 commit 6a7df1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
[![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-0a7ea4)](https://adz.github.io/CodecMapper/)
66
[![License](https://img.shields.io/github/license/adz/CodecMapper)](LICENSE.md)
77

8-
`CodecMapper` is a schema-first serialization library for F#.
8+
`CodecMapper` is a schema-first serialization library for F# with native AOT and Fable compatibility.
99

1010
It lets you define one schema and compile it into multiple codecs. The same mapping drives both encode and decode, so JSON and XML stay symmetric.
1111

12-
It is for cases where the wire contract should be explicit, reviewable, and reusable instead of being inferred from CLR shape or serializer settings.
12+
It's for cases where the wire contract should be explicit, reviewable, and reusable instead of being inferred from CLR shape or serializer settings.
1313

1414
## The idea
1515

0 commit comments

Comments
 (0)