Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ghallak committed Sep 1, 2022
1 parent 33b9cff commit c054402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ channel.push(/*message type*/, /*payload*/);

## Protocol

The server receives 2 types of messages: `query`` and `load`, and
The server receives 2 types of messages: `query` and `load`, and
responds with `response`.

### Sent by the client
Expand Down Expand Up @@ -118,4 +118,4 @@ session identifier. The structure of payload goes as follows:
```
Where:
- `state` encapsulates REPL's state. If it is not provided, then the state hasn't changed.
- `msg` contains the result of the last query in a text form. Ready to be printed out.
- `msg` contains the result of the last query in a text form. Ready to be printed out.

0 comments on commit c054402

Please sign in to comment.