From 1bd473a1b95a69f120eca1e0b166c7608dab8c74 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 24 Nov 2019 21:54:01 -0700 Subject: [PATCH] Move caching requirements higher in the readme --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b1bf0379b2..d728f6b49f 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,18 @@ Labs Features Some features of Riot may be enabled by flags in the `Labs` section of the settings. Some of these features are described in [labs.md](https://github.com/vector-im/riot-web/blob/develop/docs/labs.md). +Caching requirements +==================== + +Riot requires the following URLs not to be cached, when/if you are serving Riot from your own webserver: +``` +/config.*.json +/i18n +/home +/sites +/index.html +``` + Development =========== @@ -376,17 +388,3 @@ community engagement * hacktoberfest * bounty? - proposal to be included in a bounty programme * bounty - included in Status Open Bounty - -## Caching requirements - -Riot requires the following URLs not to be cached, when if you are serving riot from your own webserver: -``` -/config.*.json -/i18n -/home -/sites -/index.html -``` - - -