Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
feat(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Aug 2, 2015
1 parent aa92125 commit 2732ca9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Requires node.js +0.12 or io.js +1.6
- [Features](#features)
- [When rocky could be useful?](#when-rocky-can-be-useful)
- [Installation](#installation)
- [Standalone binaries](#standalone-binaries)
- [Introduction](#introduction)
- [Motivation](#motivation)
- [Design](#design)
Expand All @@ -32,6 +31,7 @@ Requires node.js +0.12 or io.js +1.6
- [Third-party middleware](#third-party-middleware)
- [Command-line](#command-line)
- [Installation](#installation-1)
- [Standalone binaries](#standalone-binaries)
- [Usage](#usage)
- [Examples](#examples)
- [Configuration file](#configuration-file)
Expand Down Expand Up @@ -287,7 +287,7 @@ npm install -g rocky-cli

Packaged using [nar](https://github.com/h2non/nar). Shipped with node.js `0.12.7`

##### Usage
##### Binaries usage

```
chmod +x rocky-cli-linux-x64.nar
Expand All @@ -297,6 +297,8 @@ chmod +x rocky-cli-linux-x64.nar
./rocky-cli-linux-x64.nar exec --port 3000 --config rocky.toml
```

For more information about CLI, see [rocky-cli](https://github.com/h2non/rocky-cli) docs

### Usage

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocky",
"version": "0.3.5",
"version": "0.3.6",
"description": "Full-featured, middleware-oriented HTTP proxy with traffic replay and intercept",
"repository": "h2non/rocky",
"author": "Tomas Aparicio",
Expand Down

0 comments on commit 2732ca9

Please sign in to comment.