From ec7eb7023fa85bf5dec5a7c754efde24a3045aab Mon Sep 17 00:00:00 2001 From: John Henderson Date: Tue, 26 Dec 2017 14:45:44 -0600 Subject: [PATCH] minor fixes to contributing instructions --- contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 3f2d1dac76b..7faae060837 100644 --- a/contributing.md +++ b/contributing.md @@ -23,14 +23,14 @@ First, you'll need to *get* our project. This is the appropriate *clone* command **DO THIS (in the directory where you want the repo to live)** ```bash -git clone https://github.com/plotly/python-api.git +git clone https://github.com/your_github_username/plotly.py.git ``` ### Submodules Second, this project uses git submodules! They're both helpful and, at times, difficult to work with. The good news is you probably don't need to think about them! Just run the following shell command to make sure that your local repo is wired properly: -**DO THIS (run this command in your new `plotly-api` directory)** +**DO THIS (run this command in your new `plotly.py` directory)** ```bash make setup_subs