Merge pull request #1453 from trickeydan/patch-1

Use example.com instead of service.com
This commit is contained in:
Rico Sta. Cruz 2020-06-14 10:47:25 +10:00 committed by GitHub
commit 271d37ec33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ You can pass a `version=x` to the Accept request header. [Info here](https://git
### Authentication ### Authentication
``` ```
curl -is https://$TOKEN@api.service.com/ curl -is https://$TOKEN@api.example.com/
``` ```
### Methods ### Methods