Skip to content

Commit 7e7d864

Browse files
authored
Update README.md
1 parent 8a88fc0 commit 7e7d864

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
@@ -383,7 +383,7 @@ arguments, including a _code_ and _callback_. By default, the event code is `100
383383
To provide a custom event code with a log message and write that message to the console, the following code could
384384
be used:
385385

386-
> **Notice:** It appears [eventcreate](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/eventcreate) only supports custom ID's <1000.
386+
> **Notice:** It appears [eventcreate](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/eventcreate) only supports custom ID's <=1000.
387387
388388
```js
389389
log.info('Something different happened!', 700, function(){

0 commit comments

Comments
 (0)