From c25d8cc5f9bf2babecdc73c6f06674e4336cab1e Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 18 Mar 2018 14:02:53 +0100 Subject: [PATCH] Add link to todo-list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 990f939..9a7e260 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ **mastodon-cpp** is a C++ wrapper for the Mastodon API. The library takes care of the network stuff. You submit a query and get the raw JSON. +[TODO-list](https://github.com/tastytea/mastodon-cpp/milestones) + # Usage The HTML reference can be generated with `build_doc.sh`, if doxygen is installed.