Skip to content

Commit e9f5091

Browse files
alexk-blackopsalexk-blackops
authored andcommitted
readme minor fix
1 parent 1ea22db commit e9f5091

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The following options could be passed. 'apiKey' is the only one that required:
2828
* __env:__ environment name
2929
* __exitOnError:__ boolean flag indicating whether to shutdown the server after logging an uncaught exception, defaults to false
3030
* __proxy:__ proxy server if you want to send requests via proxy.
31+
3132
*Notice:* stackify-logger sends synchronous requests before any `process.exit()` calls in your code. Sending via proxy wouldn't be possible in this case.
3233

3334
#### Using with Winston
@@ -57,9 +58,9 @@ stackify.warn(message [, meta1, ... , metaN])
5758
stackify.error(message [, meta1, ... , metaN])
5859
```
5960

60-
Message must be a string.
61+
**Message** must be a string.
6162

62-
meta1 ... metaN - a list of additional parameters of any type.
63+
**meta1 ... metaN** - a list of additional parameters of any type.
6364

6465
The timestamp will be added to every message by default.
6566

0 commit comments

Comments
 (0)