nestjsplus / cookies

Decorators for Managing Cookies with NestJS
MIT License
35 stars 11 forks source link

adding @SetCookies annotation to readme #14

Open lucavb opened 4 years ago

lucavb commented 4 years ago

Hey,

so I tried your project and noticed that the README can be a bit confusing for the dynamic setting of cookies. I think it should be specified that the @SetCookies decorator is also needed in the dynamic case but without any arguments.