aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-01-07 17:47:42 -0500
committerDavid Robillard <d@drobilla.net>2017-01-07 19:29:47 -0500
commita2c2269777fa75f0aed6b3c0ac369d4bcd30e62f (patch)
tree828cb0c83c054dc0ce59a60cce22d96eda8ce539 /README
parent6d60684087130f4e2d2135c128149230962c8c50 (diff)
downloadserd-a2c2269777fa75f0aed6b3c0ac369d4bcd30e62f.tar.gz
serd-a2c2269777fa75f0aed6b3c0ac369d4bcd30e62f.tar.bz2
serd-a2c2269777fa75f0aed6b3c0ac369d4bcd30e62f.zip
Add support for writing TriG
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d1205b20..e30093ba 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Serd
====
Serd is a lightweight C library for RDF syntax which supports reading and
-writing Turtle and NTriples.
+writing Turtle, NTriples, TriG, and NQuads.
For more information, see <http://drobilla.net/software/serd>.
-- David Robillard <d@drobilla.net>