Merge pull request #1453 from trickeydan/patch-1
Use example.com instead of service.com
This commit is contained in:
commit
271d37ec33
|
@ -48,7 +48,7 @@ You can pass a `version=x` to the Accept request header. [Info here](https://git
|
|||
### Authentication
|
||||
|
||||
```
|
||||
curl -is https://$TOKEN@api.service.com/
|
||||
curl -is https://$TOKEN@api.example.com/
|
||||
```
|
||||
|
||||
### Methods
|
||||
|
|
Loading…
Reference in New Issue