From 94b2c2e7c9cfe5abd468c3b0094f5d4a292980d8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 3 Apr 2018 00:52:23 +0200 Subject: [PATCH] docfix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cee5a3..673560a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **mastodon-cpp** is a C++ wrapper for the Mastodon API. -The library takes care of the network stuff. You submit a query and use the raw -JSON or abstract classes. +The library takes care of the network stuff. You submit a query and get the raw +JSON. You can then put that JSON into easy to use classes. [TODO-list](https://github.com/tastytea/mastodon-cpp/milestones)