diff --git a/README.md b/README.md index 165b05e..18c2d50 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ pip install basana[charts] talipp pandas statsmodels ### Backtest a pairs trading strategy -1. Download an unzip [samples](https://github.com/gbeced/basana/releases/download/1.7/samples.zip). +1. Download and unzip [samples](https://github.com/gbeced/basana/releases/download/1.7/samples.zip). 2. Download historical data for backtesting diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 87cab7a..81419fd 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -70,7 +70,7 @@ This is how all the pieces are put together: :dedent: 4 The full source code for this example can be found `here `_, -and if you forked the repository, or at least downloaded the `samples `_ folder, +and if you fork the repository, or download and unzip `samples `_, you can execute the backtest using the following command: .. code-block:: console