Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rzcoder committed Apr 4, 2014
1 parent 8c08991 commit 622938e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ npm test

### Create instance
```js
var NodeRSA = require('node-rsa');

var key = new NodeRSA([key], [options]);
```
**key** - parameters of a generated key or the key in PEM format.<br/>
Expand All @@ -34,8 +36,6 @@ var key = new NodeRSA([key], [options]);

#### "Empty" key
```js
var NodeRSA = require('node-rsa');

var key = new NodeRSA();
```

Expand Down

0 comments on commit 622938e

Please sign in to comment.