aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Winslow <swinslow@gmail.com>2018-10-14 12:13:15 -0400
committerSteve Winslow <swinslow@gmail.com>2018-10-14 12:13:15 -0400
commit855adde22d7fe5b4e8b10189a7fcaa352a4b63a8 (patch)
treee76db8a115d38441b6a0d2669645a34b60de3b00 /README.md
parent7df817ba960a049d5db02877cd55ccfb5bf52d9d (diff)
downloadspdx-tools-855adde22d7fe5b4e8b10189a7fcaa352a4b63a8.tar.gz
Add tvsaver to readme file
Signed-off-by: Steve Winslow <swinslow@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c4fbd75..bd30108 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ spdx-go provides the following packages:
* *v0/spdx* - in-memory data model for the sections of an SPDX document
* *v0/tvloader* - tag-value file loader
+* *v0/tvsaver* - tag-value file saver
## What it doesn't do
@@ -25,7 +26,6 @@ spdx-go doesn't currently do any of the following:
* work with files under any version of the SPDX spec *other than* v2.1
* work with RDF files
-* output RDF or tag-value files
* convert between RDF and tag-value files, or between different versions
* enable applications to interact with SPDX files without needing to care
(too much) about the particular SPDX file version