Skip to content

Commit

Permalink
docs(examples): add documentation about provided examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Jun 28, 2017
1 parent f895b73 commit 74f47d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Great for testing APIs built upon Express, Koa, HAPI, Loopback and others.
- [Installation](#installation)
- [Features](#features)
- [API testing](#api-testing)
- [Examples](#examples)

## Installation

Expand Down Expand Up @@ -137,6 +138,14 @@ Scenario Outline: Fetching <key> API endpoint from root endpoint
| public_gists_url |
```

## Examples

This repository comes with few examples, in order to run them invoke the following script:

```sh
yarn run examples
```

[npm-image]: https://img.shields.io/npm/v/@ekino/veggies.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@ekino/veggies
[travis-image]: https://img.shields.io/travis/ekino-node-staging/veggies.svg?style=flat-square
Expand Down

0 comments on commit 74f47d0

Please sign in to comment.