Fix wrong copypasta

This code is not Nginx but Express
This commit is contained in:
Pierre MARTIN
2017-12-29 17:52:23 +01:00
committed by GitHub
parent 1d10ca1dde
commit 0b227171d0

View File

@ -10,7 +10,7 @@ A typical log is a warehouse of entries from all components and requests. Upon d
<br/><br/>
### Code example: typical nginx configuration
### Code example: typical Express configuration
```javascript
// when receiving a new request, start a new isolated context and set a transaction Id. The following example is using the NPM library continuation-local-storage to isolate requests