Skip to content

Commit

Permalink
Fixes on the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hunvreus committed Dec 28, 2012
1 parent 1dbfd4b commit c927a79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ Variable | Mandatory | Default | Description

A typical header:

```---
```
---
path: '/stuff/:id'
title: 'Delete a thing'
type: 'DELETE'
layout: nil
---```
---
```

We then describe the request and response (or whatever else you wish to talk about) in the body of our post. Check the placeholders present in the `_posts` folder to get an idea of what it can look like.

Expand Down

0 comments on commit c927a79

Please sign in to comment.