From b9f832332a8e3dd46b3e65d62c51ab1d34eb03b1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 10 Jan 2020 19:31:40 +0100 Subject: [PATCH] Fix description of streaming example. --- examples/example02_streaming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example02_streaming.cpp b/examples/example02_streaming.cpp index 1ac1b8f..4a24b3c 100644 --- a/examples/example02_streaming.cpp +++ b/examples/example02_streaming.cpp @@ -13,7 +13,7 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -// Print information about an instance (/api/v1/instance). +// Print new public events (/api/v1/streaming/public). #include "mastodonpp.hpp"