Skip to content

Commit 1bf7bc2

Browse files
authored
Merge pull request #905 from jwhendy/readme-fixes
minor fixes to contributing instructions
2 parents b8d39ae + ec7eb70 commit 1bf7bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ First, you'll need to *get* our project. This is the appropriate *clone* command
2323
**DO THIS (in the directory where you want the repo to live)**
2424

2525
```bash
26-
git clone https://github.com/plotly/python-api.git
26+
git clone https://github.com/your_github_username/plotly.py.git
2727
```
2828

2929
### Submodules
3030

3131
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:
3232

33-
**DO THIS (run this command in your new `plotly-api` directory)**
33+
**DO THIS (run this command in your new `plotly.py` directory)**
3434

3535
```bash
3636
make setup_subs

0 commit comments

Comments
 (0)