From 92db606e3a6568defdf7723b4e3ac2ec3f958d74 Mon Sep 17 00:00:00 2001 From: patrick Date: Mon, 8 Jan 2024 00:38:17 +0100 Subject: [PATCH] Add info for interval param --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f2fc9..7aa9ace 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Just copy the files into your php capable webserver directory. Be sure, that the ## Usage -Just call the url. You can filter by categories by adding /?filter=category to the request. +Just call the url. You can filter by categories by adding /?filter=category to the request. You can expand the interval of the events by adding /?interval= to the request. The number represents the amount of future months as an integer between 1..12. ## Example integration using jQuery.