From 96d89cb379f5ecd3d3932d42cd13700d19a49d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lovro=20Ma=C5=BEgon?= Date: Fri, 5 Jul 2024 14:24:01 +0200 Subject: [PATCH] update license badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.