Skip to content

Commit

Permalink
Consistency fixes
Browse files Browse the repository at this point in the history
as discussed on commit 84b7705
  • Loading branch information
kohenkatz committed May 28, 2015
1 parent 234d1e1 commit 06c1641
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 06c1641

Please sign in to comment.