Skip to content

Commit 1a5b0b4

Browse files
committed
fix readme
1 parent c03e087 commit 1a5b0b4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1414
let schema = Avro.FSharp.Schema.generate [] typeof<MyType>

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

src/Avro.FSharp/Avro.FSharp.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

0 commit comments

Comments
 (0)