Skip to content

Commit 139c6d8

Browse files
author
Daniel Hochleitner
committed
typo
1 parent d1b6e9d commit 139c6d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,12 +466,12 @@ The PL/SQL API consists of one package **ws_notify_api** and includes many proce
466466

467467
```language-sql
468468
BEGIN
469-
ws_notify_api.do_rest_notify_user(i_userid => 'USER1',
469+
ws_notify_api.do_rest_notify_user(i_userid => 'daniel',
470470
i_room => 'private',
471471
i_type => 'info',
472472
i_title => 'My test title',
473473
i_message => 'My test message content...',
474-
i_optparam => NULL);
474+
i_optparam => 'myoptionalinfo123');
475475
END;
476476
```
477477

0 commit comments

Comments
 (0)