summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-03-16 19:05:52 -0400
committerDavid Robillard <d@drobilla.net>2021-03-16 19:08:37 -0400
commita56c9d4c789c2294b3c5a4fb7b1e39b8b75e4eec (patch)
treefb6fc95bfcb9b85f468e91ef28e1ce6e6b1fec43 /README.md
parentabce3c01977c4a56952dac20de14076f86d58d74 (diff)
downloadsratom-a56c9d4c789c2294b3c5a4fb7b1e39b8b75e4eec.tar.gz
sratom-a56c9d4c789c2294b3c5a4fb7b1e39b8b75e4eec.tar.bz2
sratom-a56c9d4c789c2294b3c5a4fb7b1e39b8b75e4eec.zip
WIP: Improve documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2931793..74d77ad 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
Sratom
======
-Sratom is a small library for serialising LV2 atoms to and from RDF, for
-converting between binary and text or storing in a model. For more
-information, see <http://drobilla.net/software/sratom>.
+Sratom is a small library for reading and writing LV2 atoms in RDF, for
+representing them as strings or storing them in a data model. Sratom is useful
+for representing LV2 atoms in a portable and human-readable form.
+
+For more information, see <http://drobilla.net/software/sratom>.
More information about LV2 atoms can be found at
<http://lv2plug.in/ns/ext/atom>