Merge pull request #1741 from leonhartX/master

fix broken markdown
pull/1642/merge
Richard Scothern 2016-05-24 11:04:31 -07:00
commit b9d6c7c9fb
1 changed files with 3 additions and 3 deletions

View File

@ -171,11 +171,11 @@ HTTP/1.1 200 OK
Content-Type: application/json
{"refresh_token":"kas9Da81Dfa8","access_token":"eyJhbGciOiJFUzI1NiIsInR5","expires_in":"900","scope":""}
````
```
#### Example refreshing an Access Token
````
```
POST /token HTTP/1.1
Host: auth.docker.io
Content-Type: application/x-www-form-urlencoded
@ -186,5 +186,5 @@ HTTP/1.1 200 OK
Content-Type: application/json
{"refresh_token":"kas9Da81Dfa8","access_token":"eyJhbGciOiJFUzI1NiIsInR5":"expires_in":"900","scope":"repository:samalba/my-app:pull,repository:samalba/my-app:push"}
````
```