summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-01-19 20:52:55 +0100
committertastytea2020-01-19 20:52:55 +0100
commitcbdc438ccf8f11e4fdf0b2e50411e89bf77e7381 (patch)
tree31cac5febf09a2607289bc5b4e811d627a7274ca
parent161554e677a9d080479cf53ec1e93a508edd3cde (diff)
downloadmastodonpp-cbdc438ccf8f11e4fdf0b2e50411e89bf77e7381.tar
mastodonpp-cbdc438ccf8f11e4fdf0b2e50411e89bf77e7381.tar.gz
mastodonpp-cbdc438ccf8f11e4fdf0b2e50411e89bf77e7381.zip
80 char rule.
-rw-r--r--README.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index 5460a9e..9e1405c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -19,8 +19,8 @@
link:{uri-mastodon-cpp}[mastodon-cpp].
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
+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