Skip to content

Commit

Permalink
Update README for supported runtimes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Mrak committed May 10, 2016
1 parent 1c3362d commit 53c10d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -11,7 +11,7 @@ A configurable server for mocking/stubbing external systems during development.
## Table of Contents

* [Installation](#installation)
* [Requirements](#requirements)
* [Requirements](#supported-runtimes)
* [Starting the Server(s)](#starting-the-servers)
* [Command-line Switches](#command-line-switches)
* [Endpoint Configuration](#endpoint-configuration)
Expand All @@ -37,13 +37,14 @@ This will install `stubby` as a command in your `PATH`. Leave off the `-g` flag
cd stubby4node
npm start -- <stubby args>

## Requirements
## Supported Runtimes

* [node.js](http://nodejs.org/)
* iojs
* 0.10.x
* 0.12.x
* node LTS
* 4.x
* 5.x
* node latest

Development is on x86-64 Linux.
Expand Down

0 comments on commit 53c10d4

Please sign in to comment.