diff --git a/README.md b/README.md index 0d9801d..8dfb943 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,13 @@ [![Build Status](https://travis-ci.org/google/jsonapi.svg?branch=master)](https://travis-ci.org/google/jsonapi) [![Go Report Card](https://goreportcard.com/badge/github.com/google/jsonapi)](https://goreportcard.com/report/github.com/google/jsonapi) [![GoDoc](https://godoc.org/github.com/google/jsonapi?status.svg)](http://godoc.org/github.com/google/jsonapi) +[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) A serializer/deserializer for JSON payloads that comply to the [JSON API - jsonapi.org](http://jsonapi.org) spec in go. + + ## Installation ```