Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgreenleaf committed Aug 14, 2015
1 parent 292f5ea commit 696474a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,15 @@ incus.on("chatmessage", function(msg) {
## Example 4: Browserify
Incus.js is distributed as a Browserify module. If you already use Browserify, using Incus is easy:
Incus.js is distributed as a NPM module. If you already use node, using Incus is easy! Just add `incusjs` to your `package.json` and off you go:
```Javascript
{
"dependencies": {
"incusjs": "1.*"
}
}
```
```Javascript
var IncusClient = require('incus');
Expand Down

0 comments on commit 696474a

Please sign in to comment.