From 1b475f3687f24b8136352c5c1b7defd527637f07 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Fri, 25 Mar 2016 16:22:52 +0100 Subject: [PATCH] Adds standard badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b5e6fd73e..a419ef5b9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ The Apache Struts web framework ------------------------------- + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-core/) +[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) + The Apache Struts web framework is a free open-source solution for creating Java web applications. Web applications differ from conventional websites in that web applications can create a dynamic response. Many websites deliver only static pages. A web application can interact with databases and business logic engines to customize a response.