Skip to content

Commit a485ef9

Browse files
rootclaude
andcommitted
docs: badges, 45+ book count, punctuation cleanup in README
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 4dcad7a commit a485ef9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# @sharp-api/client
22

3+
[![npm](https://img.shields.io/npm/v/%40sharp-api%2Fclient?color=06b6d4)](https://www.npmjs.com/package/@sharp-api/client)
4+
[![license](https://img.shields.io/badge/license-MIT-06b6d4)](LICENSE)
5+
[![docs](https://img.shields.io/badge/docs-docs.sharpapi.io-06b6d4)](https://docs.sharpapi.io)
6+
37
Official TypeScript/JavaScript client for the [SharpAPI](https://sharpapi.io) real-time sports betting odds API.
48

5-
Get pre-computed +EV opportunities, arbitrage detection, middles, and live odds from 20+ sportsbooks with Pinnacle as the sharp reference.
9+
Get pre-computed +EV opportunities, arbitrage detection, middles, and live odds from 45+ sportsbooks, with Pinnacle as the sharp reference.
610

711
## Install
812

@@ -66,7 +70,7 @@ stream.disconnect()
6670

6771
## WebSocket Streaming
6872

69-
Real-time push (~100ms vs 1-2s for REST polling). SSE delivers comparable latency pick WS for bidirectional control (subscribe/unsubscribe, filter updates) or SSE for simpler one-way streaming behind firewalls:
73+
Real-time push (~100ms vs 1-2s for REST polling). SSE delivers comparable latency: pick WS for bidirectional control (subscribe/unsubscribe, filter updates) or SSE for simpler one-way streaming behind firewalls:
7074

7175
```typescript
7276
const stream = api.stream.oddsWs({

0 commit comments

Comments
 (0)