Skip to content

Commit 7ee87ad

Browse files
alexk-blackopsalexk-blackops
authored andcommitted
readme fix
1 parent ae45601 commit 7ee87ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following options could be passed. 'apiKey' is the only one that required:
2828
* __env:__ environment name
2929
* __proxy:__ proxy server if you want to send requests via proxy.
3030

31-
* Notice: * stackify-logger sends synchronous requests before any `process.exit()` calls in your code. Sending via proxy wouldn't be possible in this case.
31+
*Notice:* stackify-logger sends synchronous requests before any `process.exit()` calls in your code. Sending via proxy wouldn't be possible in this case.
3232

3333
* __exitOnError:__ boolean flag indicating whether to shutdown the server after logging an uncaught exception, defaults to false
3434

@@ -60,7 +60,9 @@ stackify.error(message [, meta1, ... , metaN])
6060
```
6161

6262
Message must be a string.
63+
6364
meta1 ... metaN - a list of additional parameters of any type.
65+
6466
The timestamp will be added to every message by default.
6567

6668
Examples of usage:

0 commit comments

Comments
 (0)