From e87e1f03388ad07af219153c6533d595ad55b48b Mon Sep 17 00:00:00 2001 From: Jonathan Beaudoin Date: Sat, 16 Jul 2016 18:23:15 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 50fa14f..2c0993c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Build Status](https://travis-ci.org/Jonatino/Xena.svg?branch=master)](https://travis-ci.org/Jonatino/Xena) +[![license](https://img.shields.io/badge/license-LGPL%203.0-yellowgreen.svg)](https://github.com/Jonatino/Xena/blob/master/LICENSE) +[![Release](https://jitpack.io/v/Jonatino/Xena.svg)](https://jitpack.io/#Jonatino/Xena) + # Xena. Xena is a CS:GO (Counter Strike Globlal Offensive) cheat made from scratch written in Java. Xena has been designed from the ground up with garbage-free, high performance, low resource usage programming practices in mind. Xena works thanks to the power on JNA (https://github.com/java-native-access/jna) to provide very easy direct mapping to native classes.