diff --git a/README.md b/README.md index b12a4f24..19ec4198 100644 --- a/README.md +++ b/README.md @@ -686,6 +686,8 @@ npm test - Web interface - Keeping monitoring data - Integrated wrk utils endpoint benchmark +- Scale up/down processes +- Use https://github.com/felixge/node-measured in process container ## Sponsors diff --git a/index.js b/index.js index 40a26b7c..082b09a5 100644 --- a/index.js +++ b/index.js @@ -1,2 +1 @@ - module.exports = require('./lib/God');