From 84205623b0969159f24bb5e5f073047046cf0d46 Mon Sep 17 00:00:00 2001 From: bludnic Date: Tue, 30 Apr 2024 05:57:04 +0100 Subject: [PATCH] docs: update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 816ee233..d6cb43b2 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,6 @@ Features: - Place pending orders on the Exchange - Async queue (in case two or more orders were filled at the same time) -The package is optional. If you decide to use it, don't forget to disable the sync orders statuses in the `frontend` app. -Otherwise, it may end up in an inconsistent bot state when two synchronizers running at the same time. -For development it's enough to run the `frontend` app. - # Installation 1. Install dependencies @@ -89,7 +85,7 @@ $ turbo run prisma:seed # Development -**Option 1**: Runs both `frontend` and `processor` apps in a single terminal +**Option 1**: Run both `frontend` and `processor` apps in a single terminal ```bash $ turbo run dev