diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index acf0959..13a8185 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -4,7 +4,7 @@ This is a quickstart guide for deploying LibResilient on a website. This guide m 1. the website in question is a static site; 2. LibResilient is going to be deployed for the whole site. -These assumptions are made to simplify this quickstart guide and are *not necessary* for LibResilient to be usable with a website: LibResilient can be effectively used with dynamic websites, and it can be deployed just for certain subdirectories of a given website. Please consult the [FAQ](./FAQ.md) to learn more. +These assumptions are made to simplify this quickstart guide and are *not necessary* for LibResilient to be usable with a website: LibResilient can be effectively used with dynamic websites, and it can be deployed just for certain subdirectories of a given website. Please consult the [FAQ](./FAQ.md) to learn more. You might also be interested in a deeper dive into the the [architecture of LibResilient](./ARCHITECTURE.md), and in the project's [philosophy](./PHILOSOPHY.md). [TOC]