diff --git a/README.md b/README.md index d902d2d..9d663bd 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ const app = express() app.use((req, res) => ssrCache({ req, res })) ``` +See more [examples](#examples). + At all times the cache status is reflected as `x-cache` headers in the response. The first resource access will be a `MISS`. @@ -246,6 +248,10 @@ You can have a better overview of the percentage of success by looking your Clou ![](https://i.imgur.com/1Eg64YS.png) +## Examples + +- [Express](https://github.com/Kikobeats/unavatar/blob/master/src/index.js#L12) + ## Bibliography - [Server rendered pages are not optional, by Guillermo Rauch](https://rauchg.com/2014/7-principles-of-rich-web-applications#server-rendered-pages-are-not-optional).