Skip to content

Commit

Permalink
documentation: README.md
Browse files Browse the repository at this point in the history
Impact: low
  • Loading branch information
indieisaconcept committed Jul 26, 2014
1 parent 368d43c commit eca5f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ var fixturl = require('fixturl'),
```
> Example invocation
Behind the scenes `fixturl` uses [reverend](reverend-url) to support express like route parameter subsitution.

### Combinations

Should you wish to generation multiple combinations for a url this is possible by specifying an array for either params for query.
Expand All @@ -48,8 +50,6 @@ fixturl('/some/path/:id', {
`fixturl` will return an array containing generated fixtures. For convenience the following additional Array methods are made available.

Behind the scenes `fixturl` uses [reverend](reverend-url) to support express like route parameter subsitution.

### first

```javascript
Expand Down

0 comments on commit eca5f1f

Please sign in to comment.