From 9d3c1f2c6ad33876b86989bf64d46d9f7f79ad16 Mon Sep 17 00:00:00 2001 From: "Colton Wolkins (Laptop)" Date: Thu, 2 Sep 2021 12:23:07 -0600 Subject: [PATCH] chore: replaced reference to "master" with "main" While going through the readme to setup a development environment, the plugin failed to install due to the `pip install` command pointing to the wrong branch. This change fixes that reference. Signed-off-by: Colton Wolkins (Laptop) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4961ba9..4d739a16 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ $ pip install -e .[indy] Install this plugin into the virtual environment: ```sh -$ pip install git+https://github.com/hyperledger/aries-acapy-plugin-toolbox.git@master#egg=acapy_plugin_toolbox +$ pip install git+https://github.com/hyperledger/aries-acapy-plugin-toolbox.git@main#egg=acapy_plugin_toolbox ``` **Note:** Depending on your version of `pip`, you may need to drop the