From 8f18a472d3c7faf32f0f24fbed72e3394e99fa3b Mon Sep 17 00:00:00 2001 From: fergarrui Date: Fri, 16 Mar 2018 11:08:14 +0000 Subject: [PATCH] Updating readme to mention WAR files support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac5bc14..33cbf6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # custom-bytecode-analyzer -Java bytecode analyzer customizable via JSON rules. It is a command-line tool that receives a path containing one or more [Jar](https://en.wikipedia.org/wiki/JAR_(file_format)) files, analyzes them using the provided rules and generates HTML reports with the results. +Java bytecode analyzer customizable via JSON rules. It is a command-line tool that receives a path containing one or more [Jar](https://en.wikipedia.org/wiki/JAR_(file_format)) or [War](https://en.wikipedia.org/wiki/WAR_(file_format)) files, analyzes them using the provided rules and generates HTML reports with the results. [![Build Status](https://travis-ci.org/fergarrui/custom-bytecode-analyzer.svg?branch=master)](https://travis-ci.org/fergarrui/custom-bytecode-analyzer)