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 -``` - - -