chore: fix contributing guide

This commit is contained in:
Catalin Pit
2024-04-26 16:35:56 +03:00
parent 4de2cb10e0
commit 882d569992
2 changed files with 50 additions and 20 deletions

View File

@ -36,7 +36,7 @@ To authenticate your API requests, you must include the API key in the `Authoriz
Here's a sample API request using cURL:
```
```bash
curl --location 'https://app.documenso.com/api/v1/documents?page=1&perPage=1' \
--header 'Authorization: api_xxxxxxxxxxxxxxxx'
```