From 4b7215036bd696adf3c9ad4a90508e5a20b70e63 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 16 Jan 2020 23:47:25 +0100 Subject: [PATCH] Recommend switching to mastodonpp. --- README.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 33849a1..8822fad 100644 --- a/README.adoc +++ b/README.adoc @@ -7,10 +7,11 @@ [IMPORTANT] This project has become too complicated to maintain by myself and I can't find -the energy to add features. I'm attempting a complete rewrite, with cleaner and -much easier to understand code at link:{uri-mastodonpp}[mastodonpp]. You can -still report bugs here and I will respond, but I won't put too much work -in it. If you want to take over maintainership, get in touch. +the energy to add features. **You can find a complete rewrite, with cleaner and +much easier to understand code at link:{uri-mastodonpp}[mastodonpp].** I +recommend switching to it. You can still report bugs here and I will respond, +but I won't put too much work in it. If you want to take over maintainership, +get in touch. *{project}* is a C++ wrapper for the Mastodon API. You submit an API call and get the raw JSON that you can then transform into easy to use abstractions.