Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thejhh committed Aug 24, 2013
1 parent 7697f2b commit f7533a3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -5,5 +5,3 @@ language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -43,7 +43,15 @@ Here's how you would need to do it with traditional promises:
Installation
------------

Not yet published.
### From the NPM

You may install it from the NPM: `npm install nor-fs`.

### Dependencies

* [Node.js](http://nodejs.org) v0.10 or newer
* [nor-extend](https://github.com/sendanor/nor-extend)
* [q](https://github.com/kriskowal/q)

Documentation
-------------
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -32,5 +32,8 @@
"lint": "*",
"mocha": "*",
"nor-is": "*"
},
"engines": {
"node": ">=0.10"
}
}

0 comments on commit f7533a3

Please sign in to comment.