Skip to content

Commit

Permalink
Merge pull request #259 from kohenkatz/patch-1
Browse files Browse the repository at this point in the history
Consistency fixes
  • Loading branch information
lord committed May 29, 2015
2 parents 234d1e1 + 06c1641 commit 67263d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This endpoint retrieves all kittens.

### HTTP Request

`GET http://example.com/kittens`
`GET http://example.com/api/kittens`

### Query Parameters

Expand Down Expand Up @@ -136,7 +136,7 @@ api.kittens.get(2)
```

```shell
curl "http://example.com/api/kittens/3"
curl "http://example.com/api/kittens/2"
-H "Authorization: meowmeowmeow"
```

Expand Down Expand Up @@ -164,5 +164,5 @@ This endpoint retrieves a specific kitten.

Parameter | Description
--------- | -----------
ID | The ID of the cat to retrieve
ID | The ID of the kitten to retrieve

0 comments on commit 67263d8

Please sign in to comment.