Update README.md

This commit is contained in:
Camel Aissani 2016-07-09 04:09:33 +02:00 committed by GitHub
parent 96eb118033
commit 5a65221427

View File

@ -14,10 +14,8 @@ app.get('/', (req, res) => {
window.alert('Hello World');
});
// Once DOM is loaded start listening HTTP requests
document.addEventListener("DOMContentLoaded", (event) => {
app.listen();
});
// start listening frontend application requests
app.listen();
```
## Installation