From 2068b7898e90d51f9cc13fc2752521a36b7f8b53 Mon Sep 17 00:00:00 2001 From: wobinb Date: Fri, 14 May 2021 16:08:17 +0100 Subject: [PATCH] Update README.md corrected typo on path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53eeaa31..558e1383 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Please use your Demo Company organisation for your testing. * Clone this repo to your local drive. ### Local installation -* Open terminal window and navigate to your `xero-python-oauth-starter` local drive directory +* Open terminal window and navigate to your `xero-python-oauth2-starter` local drive directory * Create new python virtual environment by running `python3 -m venv venv` * Activate new virtual environment by running `source venv/bin/activate` * Install project dependencies by running `pip install -r requirements.txt`