From 7f6309f61801516e88c0078c29622e330fddea7b Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 23 Aug 2020 14:34:04 +0200 Subject: [PATCH] README: :silent was explained twice --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3b893e4..4d5625e 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,6 @@ GNU AGPLv3 code Further options: - Change what morss does - Environment variable `DEBUG=`: to have some feedback from the script execution. Useful for debugging. On Apache, can be set via the `SetEnv` instruction -- `silent`: don't output the final RSS (useless on its own, but can be nice when debugging) - `callback=NAME`: for JSONP calls - `cors`: allow Cross-origin resource sharing (allows XHR calls from other servers) - `txt`: changes the http content-type to txt (for faster "`view-source:`")