Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stianeikeland committed Aug 12, 2013
1 parent 176dbb5 commit e68f31e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ A nodejs library for [etcd](http://github.com/coreos/etcd), written in coffee-sc

Travis-CI: [![Build Status](https://travis-ci.org/stianeikeland/node-etcd.png)](https://travis-ci.org/stianeikeland/node-etcd)

## Example
## Install

```
$ npm install node-etcd
```

## Usage

```coffeescript
# Coffee-script examples:
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": "node-etcd",
"version": "0.1.4",
"version": "0.1.5",
"description": "etcd library for node.js",
"licenses": [
{
Expand Down

0 comments on commit e68f31e

Please sign in to comment.