diff --git a/README.md b/README.md index db24399..9e20fa1 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ Every change can be explored and navigated just like you would use the high or l If you're using extensions with complex types (rather that just simple strings and primitives), then there is a good chance you're going to want some simple way to marshal extensions into those structs. -Since version v0.4.0 There is a new method to make this simple available in the `high` package within the `datamodel` +Since version v0.3.2 There is a new method to make this simple available in the `high` package within the `datamodel` package. Here is an example of complex types being extracted easily from OpenAPI extensions. @@ -755,4 +755,4 @@ This is what is exposed by the `GoLow` API. > It does not matter if the input material is JSON or YAML, the [yaml.Node API](https://pkg.go.dev/gopkg.in/yaml.v3#Node) supports both and > creates a great way to navigate the AST of the document. -Logo gopher is modified, originally from [egonelbre](https://github.com/egonelbre/gophers) \ No newline at end of file +Logo gopher is modified, originally from [egonelbre](https://github.com/egonelbre/gophers)