Skip to content

Commit

Permalink
make a note about node in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jneen committed Jan 18, 2013
1 parent 74a52e5 commit 536434a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@ MyClass.mixin(function(proto, _super) { proto.foo = function() { return _super.a
MyClass().foo() // => 3
```

## how do i use pjs in node.js?

Assuming you have it installed (via `npm install pjs`), you can import it with

``` js
var P = require('pjs').P;
```

and go about your business.

## what is all this Makefile stuff about

It's super useful! In addition to `make`, Pjs uses some build tools written on
Expand Down

0 comments on commit 536434a

Please sign in to comment.