Skip to content

Commit

Permalink
update license badge
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon authored Jul 5, 2024
1 parent 15d5d09 commit 96d89cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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.
For more information on how to do this, check the [`example`](./example) directory.

0 comments on commit 96d89cb

Please sign in to comment.