Skip to content

Commit b3b9ede

Browse files
committed
docs: fix typo
1 parent 82ebb36 commit b3b9ede

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
@@ -357,7 +357,7 @@ After the server has been instantiated, you can subscribe to various `Events` (`
357357
#### Subscribing to _newCall_ events
358358

359359
After creating the server, you can subscribe to newCall events by passing a callback function to the `.onNewCall` method. This callback function will receive a `NewCallEvent` (described below) when called and expects a valid XML response to be returned.
360-
To receive any further Events, you can subscribe to them with the following XML:
360+
To receive any further `Events`, you can subscribe to them with the following XML:
361361
**Keep in mind:** you have to replace `https://www.sipgate.de/` with your server URL
362362

363363
```xml

0 commit comments

Comments
 (0)