Changed code example to javascript mode

This commit is contained in:
Michael Bykovski 2017-09-21 00:13:14 +02:00 committed by GitHub
parent d79671b0c9
commit 9c4915bf52

View File

@ -75,7 +75,7 @@ The params have to look like this (there are not default values for the params!)
## Example
```
```javascript
webserver.onRequest(
function(request) {
console.log("O MA GAWD! This is the request: ", request);