From cdf51a05d5fd192585c0151e55043a99d9e257aa Mon Sep 17 00:00:00 2001 From: Ruben Selander <77073569+Reversehobo@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:26:09 +0100 Subject: [PATCH] Add empty line before "Planned Features" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0479b0c..8e30007 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Each endpoint supports different parameters for querying. Please refer to the do ## Documentation and Examples + ## Planned Features - Optional caching of data. - Support for outputting data in CSV format (currently only original JSON is supported). @@ -60,7 +61,6 @@ Each endpoint supports different parameters for querying. Please refer to the do - Support for the from_date parameter (limiting results data published after a certain date). - ## License MIT License