Skip to content

Commit 20b0d6c

Browse files
committed
Update README.md
1 parent 5ad367d commit 20b0d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var stackify = require('stackify-logger');
2222
stackify.start({apiKey: '***', env: 'dev'});
2323
```
2424
The following options could be passed to the start method:
25-
* __apiKey: (Required)__ Stackify API key
25+
* __apiKey (Required):__ Stackify API key
2626
* __env:__ Environment name. If a Stackify agent is installed, this does not need to be set. If a Stackify agent is not installed, this should be set to the environment name.
2727
* __proxy:__ HTTP proxy
2828
* __debug:__ Enables internal debug logging for troubleshooting. Defaults to false.

0 commit comments

Comments
 (0)