diff --git a/README.md b/README.md index 257e45a..f6cc6de 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ var pmx = require('pmx').init({ errors : true, // Exceptions loggin (default: true) custom_probes : true, // Auto expose JS Loop Latency and HTTP req/s as custom metrics network : true, // Network monitoring at the application level - ports : true // Shows which ports your app is listening on (default: false) + ports : true, // Shows which ports your app is listening on (default: false) alert_enabled : true // Enable alert sub field in custom metrics (default: false) }); ```