From 41787f23579c54041a03931f6d18d57e48de7ed3 Mon Sep 17 00:00:00 2001 From: 0xFantomMenace <93462858+0xFantomMenace@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:57:27 +0000 Subject: [PATCH] docs: replace em-dashes with periods in marketing prose Two em-dashes in the WebSocket Client section's marketing-prose lines replaced with periods / commas for tone. Technical-reference em-dashes (inside code blocks and reference tables) are unchanged. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b56bc85..762cc51 100644 --- a/README.md +++ b/README.md @@ -876,8 +876,8 @@ let sub = client.web3.subscribe("build", "base64_payment_payload").await?; ## WebSocket Client Requires the `websocket` feature. Supports two modes on a single connection: -- **Real-time** — subscribe to live market data -- **Replay** — replay historical data with timing preserved +- **Real-time**: subscribe to live market data +- **Replay**: replay historical data with timing preserved For file-based historical exports, use the [Data Catalog](https://www.0xarchive.io/data).