chore(): readme updates

This commit is contained in:
tiagosiebler
2025-03-04 11:43:15 +00:00
parent 177e04fff9
commit cf61a44458

View File

@@ -55,12 +55,12 @@ Professional Node.js, JavaScript & TypeScript SDK for the Bybit REST APIs and We
- [Related Projects](#related-projects) - [Related Projects](#related-projects)
- [Documentation](#documentation) - [Documentation](#documentation)
## Structure & Usage ## REST API Examples & Usage Guidance
- [Structure](#structure) - [Detailed Examples](#examples)
- [API Clients](#api-clients) - [API Clients](#api-clients)
- [REST API USAGE](#rest-api-usage) - [REST API Usage](#rest-api-usage)
## WebSocket Integration ## WebSocket Integration & Examples
- [WebSockets](#websockets) - [WebSockets](#websockets)
- [WebSocket Subscriptions - Consuming Events](#websocket-subscriptions---consuming-events) - [WebSocket Subscriptions - Consuming Events](#websocket-subscriptions---consuming-events)
- [Websocket API - Sending Orders via WebSockets](#websocket-api---sending-orders-via-websockets) - [Websocket API - Sending Orders via WebSockets](#websocket-api---sending-orders-via-websockets)
@@ -131,6 +131,8 @@ The SDK is written in TypeScript, but fully compatible with both TypeScript and
--- ---
## Examples
Examples for using each client can be found in: Examples for using each client can be found in:
- the [examples](./examples) folder. - the [examples](./examples) folder.