diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 67f52ec..fb1a3a9 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -147,7 +147,7 @@ What this gives us is that any content successfully retrieved by `fetch` will no > ### Note on plugin types > -> The `cache` plugin is a "stashing" plugin in LibResilient nomenclature. Such plugins have no way of accessing remote content, they are only good at saving such content locally for later, offline use. Currently there are no other stashing plugins, but anything that can save data locally and is available in Service Workers could be used to write new ones. +> The `cache` plugin is a **"stashing"** plugin in LibResilient nomenclature. Such plugins have no way of accessing remote content, they are only good at saving such content locally for later, offline use. Currently there are no other stashing plugins, but anything that can save data locally and is available in Service Workers could be used to write new ones. > > Other types of plugins are: >