From 48405ad15c69f85538e5c3477939fb4df9307e68 Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Wed, 23 Oct 2024 14:04:22 +0200 Subject: [PATCH] cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c66daf5..63ad3a6 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,6 @@ $ curl localhost:8082/api/v1/new_event?message=this+is+a+test # Query events (plain text or JSON is supported) $ curl -s localhost:8082/api/v1/events?format=text -2024-10-23T11:59:35Z hello world -2024-10-23T11:59:36Z hello world +2024-10-23T12:04:01Z hello world +2024-10-23T12:04:07Z this is a test ```