Make the introduction more true.

This commit is contained in:
tastytea 2020-01-25 20:23:52 +01:00
parent 28b2668426
commit f0b38dae10
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 3 deletions

View File

@ -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 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 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 link:{uri-libcurl}[libcurl], a mature and stable library that is available on
virtually every operating system. The library does not parse the responses most operating systems. The library does not parse the responses itself, but
itself, but returns to you the raw data, because we know everyone has their returns to you the raw data, because we know everyone has their favorite JSON
favorite JSON library and we don't want to impose our choice on you! library and we don't want to impose our choice on you!
== Features == Features