From 70c6e193b06e494628740b8a52580f44a26eb58e Mon Sep 17 00:00:00 2001 From: Pavan Kumar Jadda <17564080+pavankjadda@users.noreply.github.com> Date: Wed, 8 Dec 2021 19:50:59 -0500 Subject: [PATCH] docs: updates README.md with new SSR instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5851ff1..5c6c2a3 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ server.get('*', (req, res) => { }); ``` -This will make sure the cookies are available in `REQUEST` object and you can then use `REQUEST.cookies` to access the -cookies. Then proceed to use `ngx-cookie-service` as usual. See +This will make sure the cookies are available in `REQUEST` object, and the `ngx-cookie-service` can use `REQUEST.cookies` to access the +cookies in SSR. Then proceed to use `ngx-cookie-service` as usual. See the [sample repo](https://github.com/pavankjadda/angular-ssr-docker) for more details. ## Demo