Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slvler committed Nov 6, 2023
1 parent c712289 commit 9787e27
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ To install this package tou can use composer:
php artisan vendor:publish --tag=covalenthq
```

- API key to be obtained from covalenthq.com address should be declared.

- First of all we'll add the API key and API Url of the service we're using to our .env file of our project. API key to be obtained from covalenthq.com address should be declared.

```php
'covalent' => [
'base_url' => 'https://api.covalenthq.com/',
'api_key' => 'XXXXXXXXXXXXXXXXXXXXXXXX'
]
COVALENTHQ_BASE_URL=https://api.covalenthq.com
COVALENTHQ_API_KEY=YOUR-API-KEY
```

- This is how you can connect to the covalenthq service.
Expand Down

0 comments on commit 9787e27

Please # to comment.