Skip to content

Commit f166ae2

Browse files
committed
Updated readme
1 parent 1c9079c commit f166ae2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Based on jsbn library from Tom Wu http://www-cs-students.stanford.edu/~tjw/jsbn/
88
* Supports long messages for encrypt/decrypt
99

1010

11-
## Building and Installing
11+
## Installing
1212

1313
```shell
1414
npm install node-rsa
1515
```
1616

17-
#### Testing
17+
### Testing
1818

1919
```shell
2020
npm test
@@ -30,7 +30,7 @@ var key = new NodeRSA();
3030

3131
### Generate new key 512bit-length and with public exponent 65537
3232
```js
33-
var key = NodeRSA({b: 512});
33+
var key = new NodeRSA({b: 512});
3434
```
3535

3636
### Load key from PEM string

0 commit comments

Comments
 (0)