diff options
author | David Robillard <d@drobilla.net> | 2022-07-03 20:46:36 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-17 17:38:23 -0400 |
commit | ed283b838681ed3fb28e94140a6dc5172945776f (patch) | |
tree | 3d3e9bfdbdece17f5ef886be874c1551f8c2119b /README.md | |
parent | 57b2852b65989de6573f9e22127bdc682e6d4949 (diff) | |
download | sratom-ed283b838681ed3fb28e94140a6dc5172945776f.tar.gz sratom-ed283b838681ed3fb28e94140a6dc5172945776f.tar.bz2 sratom-ed283b838681ed3fb28e94140a6dc5172945776f.zip |
Use a consistent tagline everywhere
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ 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 serializing LV2 atoms. Sratom reads/writes atoms +from/to RDF, allowing them to be converted between binary and text or stored in +a model. For more information, see <http://drobilla.net/software/sratom>. More information about LV2 atoms can be found at <http://lv2plug.in/ns/ext/atom> |