File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The library generates an Avro schema by an F# type as well as provides reader an
88
99## Schema
1010
11- Schema is generated by ` generateSchema: CustomRule list -> Type -> Result<Schema,SchemaError>` function:
11+ Schema is generated by ` Schema.generate: CustomRule list -> Type -> Result<Schema,SchemaError>` function:
1212
1313``` fsharp
1414let schema = Avro.FSharp.Schema.generate [] typeof<MyType>
Original file line number Diff line number Diff line change 22
33## 0.2.0 - 2020-10-21
44
5- * Switch from ` Avro.Schema ` to own Schema implementation
5+ * Migrate from ` Avro.Schema ` to own Schema implementation
66
77## 0.1.0 - 2020-10-19
88
Original file line number Diff line number Diff line change 1616
1717## 0.2.0 - 2020-10-21
1818
19- * Switch from `Avro.Schema` to own Schema implementation
19+ * Migrate from `Avro.Schema` to own Schema implementation
2020
2121## 0.1.0 - 2020-10-19
2222
You can’t perform that action at this time.
0 commit comments