diff --git a/README.md b/README.md index d00449c..6d1b940 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ letsencrypt certonly --standalone \ ### Standalone +```bash +npm install --save http2 +``` + ```javascript lex.onRequest = function (req, res) { res.end('Hello, World!'); @@ -76,6 +80,10 @@ lex.listen([80], [443, 5001], function () { ## Express +```bash +npm install --save http2 +``` + ```javascript // A happy little express app var app = require('express')();