fix broken markdown

Signed-off-by: Ke Xu <leonhartx.k@gmail.com>
This commit is contained in:
Ke Xu 2016-05-24 16:33:30 +09:00
parent 5bbf654999
commit 79d6008a54

View file

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