Skip to content

Commit

Permalink
Added getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Nov 2, 2010
1 parent b581469 commit 9511ea4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -10,8 +10,14 @@ This gem currently works on the following Ruby platforms:
- Rubinius
- JRuby (should work)

## Usage
## Getting Started

rake geminstall
cd ./examples
pub foo 'Hello World!'

## Usage

require "nats/client"

NATS.start do
Expand Down

0 comments on commit 9511ea4

Please sign in to comment.