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