From 60cfd54cb45920989664041d817be1539f993a12 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 10 Jan 2020 20:12:19 +0100 Subject: [PATCH] Update description. --- CMakeLists.txt | 2 +- README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b274f4..2691168 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries." YES) project(mastodonpp VERSION 0.1.0 - DESCRIPTION "C++ wrapper for the Mastodon API." + DESCRIPTION "C++ wrapper for the Mastodon and Pleroma APIs." LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake") diff --git a/README.adoc b/README.adoc index 52d787d..3660d32 100644 --- a/README.adoc +++ b/README.adoc @@ -14,7 +14,7 @@ :uri-rpm-build: http://www.rpm.org :uri-libcurl: https://curl.haxx.se/libcurl/ -*{project}* is a C++ wrapper for the Mastodon API. It replaces +*{project}* is a C++ wrapper for the Mastodon and Pleroma APIs. It replaces link:{uri-mastodon-cpp}[mastodon-cpp]. We aim to create a library that is comfortable, yet minimal. All API endpoints