diff --git a/README.md b/README.md index b9d8768..6586cd3 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ julius.onrecognition = function(sentence) { app = express(); app.use(express.static('path/to/dist')); + + app.listen(3000); ``` 1. In your main script, bootstrap JuliusJS and register an event listener for recognition events ```js