Skip to content

Commit

Permalink
Fix header level
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysoev committed Jun 18, 2024
1 parent 8b45c58 commit 4b794d1
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 @@ -239,7 +239,7 @@ In this example, we're adding a backend to the chatDispatcher. The backend is na

The dispatcher is responsible for processing WebSocket messages and dispatching them to the appropriate backend.

# Request
### Request

A Request represents a single WebSocket message. It encapsulates the data and metadata of a WebSocket message that is to be processed by the dispatcher and backend.

Expand Down

0 comments on commit 4b794d1

Please sign in to comment.