Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit 44c1571

Browse files
mtreerungrojrnchamberlain
authored andcommitted
Update README.md to correct code example
PR-URL: #104 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 7eaa210 commit 44c1571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The content of a report can also be returned as a JavaScript string via an
3232
API call from a JavaScript application.
3333

3434
```js
35-
var nodereport = require('nodereport');
35+
var nodereport = require('node-report');
3636
var report_str = nodereport.getReport();
3737
console.log(report_str);
3838
```

0 commit comments

Comments
 (0)