diff --git a/README.md b/README.md index 0b1e886..4cf43f4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # JsonShapeShifter [![codecov](https://codecov.io/gh/orsiemilio/JsonShapeShifter/graph/badge.svg?token=SMTK5VI1E2)](https://codecov.io/gh/orsiemilio/JsonShapeShifter) +[![Test](https://github.com/orsiemilio/JsonShapeShifter/actions/workflows/test.yml/badge.svg)](https://github.com/orsiemilio/JsonShapeShifter/actions/workflows/test.yml) JsonShapeShifter is a handy tool made to change JSON objects into different shapes using specific rules and functions you set. It's super useful for a bunch of tasks, like fixing up data to send over the web, organizing information, or even getting data ready to be turned into XML for special web services, where keeping things in the right order is super important.