From c1a3a0d92ffbf501683768b7c4261c489ff7741d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Sat, 1 May 2021 19:35:07 +0100 Subject: [PATCH] fix readme format --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3dfea5d..407edbc 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ First you need to have [wrangler](https://github.com/cloudflare/wrangler) correc ## Configuration variables -**FEEDS** - list of sources used to fetch the planet's content (separate each url with a comma) -**TITLE** - Name of your planet (included in the generated html page and RSS feed) -**DESCRIPTION** - Free text to be included on the page (currently not used on the included template) -**MAX_SIZE** - Number of posts/entries that will be included on the page/feed -**CACHE_MAX_AGE** - To avoid hitting the KV store each time the content is fetched, the static content is cached. You should adjust this value to the frequency you pick for your cron. Defined in seconds (default: 3600) +- **FEEDS** - list of sources used to fetch the planet's content (separate each url with a comma) +- **TITLE** - Name of your planet (included in the generated html page and RSS feed) +- **DESCRIPTION** - Free text to be included on the page (currently not used on the included template) +- **MAX_SIZE** - Number of posts/entries that will be included on the page/feed +- **CACHE_MAX_AGE** - To avoid hitting the KV store each time the content is fetched, the static content is cached. You should adjust this value to the frequency you pick for your cron. Defined in seconds (default: 3600) ## Customize the generated HTML