Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Dec 11, 2023
1 parent 4543244 commit 70803a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To run modules of the *UNICORN Binance Suite* you need a [valid license](https:/

## How to start the trailing stop loss engine:
```
from unicorn_binance_trailing_stop_loss.manager import BinanceTrailingStopLossManager
from unicorn_binance_trailing_stop_loss import BinanceTrailingStopLossManager
def callback_error(msg):
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ about:
## How to start the trailing stop loss engine:
```
from unicorn_binance_trailing_stop_loss.manager import BinanceTrailingStopLossManager
from unicorn_binance_trailing_stop_loss import BinanceTrailingStopLossManager
def callback_error(msg):
Expand Down

0 comments on commit 70803a3

Please sign in to comment.