Skip to content

Commit

Permalink
Work on README.md. Fix in workflow: If opening <h[1-6]> is on the end…
Browse files Browse the repository at this point in the history
… of a line, merge it with the next line

Signed-off-by: Volker Christian <me@vchrist.at>
  • Loading branch information
VolkerChristian committed Mar 25, 2024
1 parent 342fcde commit d19875b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ echoClient.setOnDisconnected([] (SocketConnection* socketConnection) -> void {
echoClient.connect(...);
```

## `SocketServer` Classes
## The `SocketServer` Classes

Each `SocketServer` template class expects a concrete `SocketContextFactory` as template argument. This mandatory template argument is hidden in the following `SocketServer` types table.

Expand Down

0 comments on commit d19875b

Please sign in to comment.