Skip to content

Commit aa86969

Browse files
author
Daniel Hochleitner
committed
typo...
1 parent a60dc49 commit aa86969

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
@@ -461,7 +461,7 @@ The PL/SQL API consists of one package **ws_notify_api** and includes many proce
461461
- **i_optparam** (optional) - (Optional Parameter String)
462462

463463

464-
A procedure call could look like this:
464+
##### A demo call could look like this:
465465

466466
```language-sql
467467
BEGIN
@@ -483,7 +483,7 @@ As already mentioned above, the APEX part contains 3 plugins to cover all functi
483483

484484
- **Plugin File:** dynamic_action_plugin_de_danielh_initwsnotifyconnection.sql
485485

486-
- **Purpose:** Initialize a connection to the websocket server, for general usage over all pages of your APEX application this plugin should located on Global Page 0 (Zero)
486+
- **Purpose:** Initialize a connection to the websocket server, for general usage over all pages of your APEX application this plugin should be located on Global Page 0 (Zero)
487487

488488
- **Plugin Attributes:**
489489
- **Use SSL** - Choose if the connection to the websocket server is secure (HTTPS) or plain (HTTP)

0 commit comments

Comments
 (0)