From 3275f02135e864020ef86eb917863f0d69954342 Mon Sep 17 00:00:00 2001 From: stevespringett Date: Fri, 18 Oct 2019 14:49:04 -0500 Subject: [PATCH] Removed reference to XML feeds. Bump --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e59b73c..d874efd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ NIST Data Mirror ================ -A simple Java command-line utility to mirror the NVD (CPE/CVE XML and JSON) data from NIST. +A simple Java command-line utility to mirror the NVD (CPE/CVE JSON) data from NIST. The intended purpose of nist-data-mirror is to be able to replicate the NIST vulnerabiity data inside a company firewall so that local (faster) access to NIST data can be achieved. @@ -28,7 +28,7 @@ mvn clean package ### Running ```sh -java -jar nist-data-mirror.jar [xml|json] +java -jar nist-data-mirror.jar ``` Omitting filetype argument will result in both filetypes being downloaded. @@ -44,7 +44,7 @@ for use. NIST Data Mirror is also available on the Maven Central Repository. us.springett nist-data-mirror - 1.3.0 + 1.4.0 ```