From 59688e362340cd628bdb4b7eabb1672374081b13 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 20 Jul 2016 14:43:36 +0200 Subject: [PATCH] #468 - Integrate version badge from spring.io. --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 8338958d..8a4f70c5 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,6 @@ +[![Spring Hateoas](https://spring.io/badges/spring-hateoas/ga.svg)](http://projects.spring.io/spring-hateoas/#quick-start) +[![Spring Hateoas](https://spring.io/badges/spring-hateoas/snapshot.svg)](http://projects.spring.io/spring-hateoas/#quick-start) + # Spring Hateoas This project provides some APIs to ease creating REST representations that follow the [HATEOAS](http://en.wikipedia.org/wiki/HATEOAS) principle when working with Spring and especially Spring MVC. The core problem it tries to address is link creation and representation assembly.