othiym23 / cls-middleware

Connect & Restify middleware to bind routes to continuation-local storage
https://npmjs.org/package/cls-middleware
20 stars 10 forks source link

Fix readme casing of Namespace #11

Open samjeffress opened 6 years ago

samjeffress commented 6 years ago

res.send({value : cls.getNamespace('namespace').get('whatever')}); had NameSpace (capital s) which makes copy paste fail :)