Skip to content

Commit

Permalink
chore: Update pip URL in README.md (MeltanoLabs#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Apr 23, 2023
1 parent c19bda1 commit 10143d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This version of `tap-salesforce` is not available on PyPi, so you have to fetch
```bash
python3 -m venv venv
source venv/bin/activate
pip install git+https://gitlab.com/meltano/tap-salesforce.git
pip install git+https://github.com/MeltanoLabs/tap-salesforce.git
```

## Create a Config file
Expand Down

0 comments on commit 10143d1

Please sign in to comment.