Skip to content

Commit

Permalink
Fix Markdown headings (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo Rodriguez authored and Zach Silveira committed Mar 30, 2017
1 parent 5628f5d commit 02c22bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install legible --save

A request library using template literals. Making requests has never been so straight forward! Make it easy for users to adopt your api, document it using this library, and everyone will understand making requests.

###Example
### Example

```js
import request from 'legible'
Expand All @@ -34,7 +34,7 @@ async function TestRequest() {
}
```

##Partial Requests
## Partial Requests

**New in 0.2.0!**

Expand All @@ -59,7 +59,7 @@ twitter.register`
`
```

###Middleware
### Middleware

**Coming Soon** The following isn't implemented yet.

Expand Down

0 comments on commit 02c22bc

Please sign in to comment.