diff --git a/README.md b/README.md index 83e8895..d47b4f0 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ The FinFree Bybit Ticker is a project designed to dynamically watch for changes - **Dynamic Subscription**: Automatically subscribes to Bybit ticker updates for symbols specified in the RethinkDB. - **Real-time Database Watching**: Utilizes RethinkDB's changefeeds feature to watch for any additions, deletions, or modifications in the symbol list. -- **Conditional Logic**: Implements custom logic to perform actions when specific conditions are met, based on the incoming ticker information. -- **Efficient Updates**: Only subscribes to and acts upon symbols that meet predefined conditions, ensuring efficient use of resources. +- **Conditional Logic**: Updates actions in RethinkDB when conditions are met, based on the incoming ticker information. ## Requirements @@ -16,10 +15,4 @@ The FinFree Bybit Ticker is a project designed to dynamically watch for changes - `pybit` WebSocket Client for Bybit - `rethinkdb` Python Client -## Installation -1. **Clone the repository**: - - ```bash - git clone https://github.com/yourusername/finfree-bybit-ticker.git - cd finfree-bybit-ticker