diff --git a/README.md b/README.md index 84065cf..0a94f42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JSONPoly -[![License](https://img.shields.io/github/license/lovromazgon/jsonpoly)](https://github.com/ConduitIO/conduit/blob/main/LICENSE) +[![License](https://img.shields.io/github/license/lovromazgon/jsonpoly)](https://github.com/lovromazgon/jsonpoly/blob/main/LICENSE) [![Test](https://github.com/lovromazgon/jsonpoly/actions/workflows/test.yml/badge.svg)](https://github.com/lovromazgon/jsonpoly/actions/workflows/test.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/lovromazgon/jsonpoly)](https://goreportcard.com/report/github.com/lovromazgon/jsonpoly) [![Go Reference](https://pkg.go.dev/badge/github.com/lovromazgon/jsonpoly.svg)](https://pkg.go.dev/github.com/lovromazgon/jsonpoly) @@ -143,4 +143,4 @@ Yes, you can use any number of fields to determine the type of the object. You just need to define a struct that contains all the fields and implements the `jsonpoly.Helper` interface. -For more information on how to do this, check the [`example`](./example) directory. \ No newline at end of file +For more information on how to do this, check the [`example`](./example) directory.