Skip to content

Commit

Permalink
Minor error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ipopescu committed Jun 4, 2024
1 parent 286fef4 commit 58dfb90
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 @@ -111,7 +111,7 @@ The SSE Listener processes events in this order:
2. Store the event.
3. Publish the event to the SSE API.

Casper nodes offer an event stream API that returns server-sent events (SSEs) with JSON-encoded data. The Sidecar reads the event stream of all connected nodes, acting as a passthrough and replicating the SSE interface of the connected nodes. The Sidecar can:
Casper nodes offer an event stream API that returns server-sent events (SSEs) with JSON-encoded data. The Sidecar reads the event stream of all connected nodes, acting as a passthrough and replicating the SSE interface of the connected nodes.

The Sidecar can:
* Republish the current events from the node to clients listening to Sidecar's SSE API.
Expand All @@ -122,7 +122,7 @@ Enabling and configuring the SSE Server of the Sidecar is optional.

### The REST API server

The Sidecar offers an optional REST API that allows clients to query the events stored in external storage. Node operators can discover the specific endpoints of the REST API using [OpenAPI] (#openapi-specification) and [Swagger] (#swagger-documentation). The [usage instructions](USAGE.md) provide more details.
The Sidecar offers an optional REST API that allows clients to query the events stored in external storage. You can discover the specific endpoints of the REST API using [OpenAPI](#openapi-specification) and [Swagger](#swagger-documentation). The [usage instructions](USAGE.md) provide more details.

```mermaid
graph LR;
Expand Down

0 comments on commit 58dfb90

Please sign in to comment.