From dedb7fa5a469e199c4178b990071d8d3bd84e5df Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 22 Jun 2014 19:10:15 +0200 Subject: [PATCH] Add :smart to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a22d503..d520cf5 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ The arguments are: - `debug`: to have some feedback from the script execution. Useful for debugging - `theforce`: force download the rss feed - `silent`: don't output the final RSS (useless on its own, but can be nice when debugging) + - `smart`: try to show only new elements in feed, to make it lighter (based on 304 headers) - http server only - `callback=NAME`: for JSONP calls - `cors`: allow Cross-origin resource sharing (allows XHR calls from other servers)