Skip to content

Commit

Permalink
Update PHP readme to properly instruct the user on installing Guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-tsmith committed Sep 29, 2023
1 parent 3cb5f58 commit 26b94a5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions PHP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ In this directory you will find sample calls to single endpoints, as well as mor

2. Navigate to the directory containing the `php` file.

3. Run the following command to install the required dependencies (Guzzle HTTP client):

```bash
composer install
```
3. Install the required dependencies (Guzzle HTTP client) by following the instructions at https://docs.guzzlephp.org/en/stable/overview.html

### Usage

Expand Down

0 comments on commit 26b94a5

Please sign in to comment.