diff options
author | tastytea | 2020-01-25 20:23:52 +0100 |
---|---|---|
committer | tastytea | 2020-01-25 20:23:52 +0100 |
commit | f0b38dae1062e81008399efd83ed1815ea7223a5 (patch) | |
tree | c8753f8839911dfd83535c7e7e25df6a416ad042 | |
parent | 28b266842697d1c76a963a66f412325f2786f967 (diff) | |
download | mastodonpp-f0b38dae1062e81008399efd83ed1815ea7223a5.tar mastodonpp-f0b38dae1062e81008399efd83ed1815ea7223a5.tar.gz mastodonpp-f0b38dae1062e81008399efd83ed1815ea7223a5.zip |
Make the introduction more true.
-rw-r--r-- | README.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index d4fcc30..cd81efe 100644 --- a/README.adoc +++ b/README.adoc @@ -25,9 +25,9 @@ We aim to create a library that is comfortable, yet minimal. All API endpoints from Mastodon and Pleroma are stored in ``enum class``es, to counteract typos and make your life easier. The network-facing code is built on link:{uri-libcurl}[libcurl], a mature and stable library that is available on -virtually every operating system. The library does not parse the responses -itself, but returns to you the raw data, because we know everyone has their -favorite JSON library and we don't want to impose our choice on you! +most operating systems. The library does not parse the responses itself, but +returns to you the raw data, because we know everyone has their favorite JSON +library and we don't want to impose our choice on you! == Features |