From 186c7baa991a99830af4e7f11655e68aed1f4064 Mon Sep 17 00:00:00 2001 From: crunk Date: Wed, 19 Jul 2023 19:59:07 +0200 Subject: [PATCH] I can has markdown --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01a47e8..783b31a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ webapi where you can request scheduled rss feed publishing. part of the crunk su ## readme driven development * crunk-scheduler should be able to take post request from other applications - - set the time something should be added to the rss feed. - - what should be added to the rss feed (think logbot style options) - - optional: multiple feeds, specify which feed. + - set the time something should be added to the rss feed. + - what should be added to the rss feed (think logbot style options) + - optional: multiple feeds, specify which feed. * crunk-scheduler should have a simple database (sqlite maybe) where the scheduled posts are stored. * periodically check if there are new things that need to be posted.