Skip to content

Commit

Permalink
[DOC] Update README with sjcl injection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Zeiler committed Jul 9, 2014
1 parent aff9c09 commit bbd36ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ behind wallet generation in the ripple client and ripple-lib.
### Usage

```js
var RippleWallet = require('ripple-wallet');
var rippleLib = require('ripple-lib');
var RippleWallet = require('ripple-wallet')({
sjcl: rippleLib.sjcl
});

RippleWallet.generate();
```

Expand Down

0 comments on commit bbd36ff

Please sign in to comment.