diff --git a/README.md b/README.md index e438829..60174ae 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![GitHub contributors](https://img.shields.io/github/contributors/xibalbas/trade-engine) ![GitHub repo size](https://img.shields.io/github/repo-size/xibalbas/trade-engine) ![GitHub top language](https://img.shields.io/github/languages/top/xibalbas/trade-engine) - +![PyPI](https://img.shields.io/pypi/v/trade-engine) # Trade Engine a library for demo trading | backtest and forward test simulation @@ -26,7 +26,7 @@ install package using [PyPI](https://pypi.org/project/trade-engine/) pip install trade-engine ``` ### import package -```bash +```python from trade_engine import TradeEngine engine = TradeEngine()